diff options
author | Glenn Adams <gadams@apache.org> | 2013-01-16 20:54:49 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2013-01-16 20:54:49 +0000 |
commit | a4bea91e0dafb96d904f82a1abbb6605fedd9e56 (patch) | |
tree | 9a97cd1e65d93b7ec69a4fde8d3d0eaaa9919333 /status.xml | |
parent | 35926f02b2498910d7fa80d7ca7076c278334ad2 (diff) | |
download | xmlgraphics-fop-a4bea91e0dafb96d904f82a1abbb6605fedd9e56.tar.gz xmlgraphics-fop-a4bea91e0dafb96d904f82a1abbb6605fedd9e56.zip |
FOP-2186: optimize inefficient glyph processing state update operations
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1434386 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 db0b5f688..9df7abdbc 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="Renderers" dev="GA" type="fix" fixes-bug="FOP-2186"> + Optimize inefficient glyph processing state update operations in CS path. + </action> <action context="Renderers" dev="GA" type="fix" fixes-bug="FOP-2184" due-to="Luis Bernardo"> Optimize inefficient position adjustment array allocation in non-CS path. </action> |