diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-07 20:13:41 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-07 20:13:41 +0000 |
commit | 50505cd29cf2acf34df427f9048a36337e8f1304 (patch) | |
tree | bd9494ca9caaada23d0954e718e2a76da62e8cd7 /status.xml | |
parent | 7433301271f20e1b5483aee5f9134c69d894d011 (diff) | |
download | xmlgraphics-fop-50505cd29cf2acf34df427f9048a36337e8f1304.tar.gz xmlgraphics-fop-50505cd29cf2acf34df427f9048a36337e8f1304.zip |
Partial application of the patch in Bugzilla 41044:
* addition of a generic PropertyCache to be used by all Property
types that can be safely canonicalized
* modified EnumProperty, StringProperty, NumberProperty, EnumNumber
and FixedLength to make use of the cache infrastructure
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554251 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/status.xml b/status.xml index fdbf53fa1..81d8e6751 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,13 @@ <changes> <release version="FOP Trunk"> + <action context="code" dev="AD" type="add" fixes-bug="41044" due-to="Richard Wheeldon"> + Partial application of the patch in Bugzilla 41044: + * addition of a generic PropertyCache to be used by all Property + types that can be safely canonicalized + * modified EnumProperty, StringProperty, NumberProperty, EnumNumber + and FixedLength to make use of the cache infrastructure + </action> <action context="code" dev="AD" type="update" fixes-bug="41656"> Refactoring in the fo package: -> removal of the childNodes instance member in fop.fo.FObj |