diff options
author | Glenn Adams <gadams@apache.org> | 2013-01-18 22:49:09 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2013-01-18 22:49:09 +0000 |
commit | 81831e1fda50acdd41d02533a56cb7f18ccdd8f1 (patch) | |
tree | 10e30029f584a952c64d4b63535c2f348f84a514 /status.xml | |
parent | 4efdc589aa4952b83fccddab117e7fcc1507b2a4 (diff) | |
download | xmlgraphics-fop-81831e1fda50acdd41d02533a56cb7f18ccdd8f1.tar.gz xmlgraphics-fop-81831e1fda50acdd41d02533a56cb7f18ccdd8f1.zip |
FOP-2195: use sparse arrays for position adjustments
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 97bf7784d..4a8fe39ca 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Fonts" dev="GA" type="fix" fixes-bug="FOP-2195"> + Use sparse arrays for position adjustments. + </action> <action context="Fonts" dev="GA" type="fix" fixes-bug="FOP-2194"> Optimize lazy font load invocation for hot methods. </action> |