<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 -->
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>