]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Merged branch Temp_PDF_ObjectStreams
authorVincent Hennebert <vhennebert@apache.org>
Mon, 26 Mar 2012 17:39:20 +0000 (17:39 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 26 Mar 2012 17:39:20 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1305467 13f79535-47bb-0310-9956-ffa450edef68

1  2 
checkstyle-5.5.xml
status.xml

index 45ac11b1fda4537a0c5a3a4b0ef15f91c22837ec,ca219e5b28bb53417234a293c435d88df28093cf..8194b78ca54569e85ba02cca83bf0adc586e9066
      <module name="UpperEll"/>
      <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
  
--    <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
--    <module name="VisibilityModifier">
--      <property name="packageAllowed" value="false"/>
--      <property name="protectedAllowed" value="true"/>
--      <property name="publicMemberPattern" value="^serialVersionUID"/>
--    </module>
--    <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
--
      <!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
      <module name="WhitespaceAfter">
        <property name="tokens" value="COMMA,SEMI"/>                                                              <!-- adding TYPECAST produces 2203 new errors -->
diff --cc status.xml
index 64c2d2ec37238ae06cdaa1922169b9aad784250f,e34ecdb4877fb63da3b7e170fd77c5700999eadb..b3609792843037269793ac6b8d475c390a4663c6
        documents. Example: the fix of marks layering will be such a case when it's done.
      -->
      <release version="FOP Trunk" date="TBD">
++      <action context="Code" dev="PH,VH" type="add">
++        Added support for PDF Object Streams. When accessibility is enabled and PDF version 1.5 
++        selected, the structure tree will be stored in object streams in order to reduce the size of 
++        the final PDF.
++      </action>
 +      <action context="Code" dev="VH" type="add" fixes-bug="46962" due-to="Alexios Giotis">
 +        Fixed deadlock in PropertyCache.
 +      </action>
        <action context="Code" dev="VH" type="add" fixes-bug="51385" due-to="Mehdi Houshmand">
          Added configuration option to set the version of the output PDF document.
        </action>