diff options
author | Peter Hancock <phancock@apache.org> | 2011-05-17 11:07:06 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2011-05-17 11:07:06 +0000 |
commit | 98264493c4bf2806bb710586b2c4726369080245 (patch) | |
tree | 8968533241acf7aa290f0af53d270ccf9d6fdbe7 /status.xml | |
parent | 418ed80ccbe885fe2e52cafd71daee26f203addc (diff) | |
download | xmlgraphics-fop-98264493c4bf2806bb710586b2c4726369080245.tar.gz xmlgraphics-fop-98264493c4bf2806bb710586b2c4726369080245.zip |
Fixed io exception in MODCAParser caused by the improper use of mark() and reset()
on the MODCA data input stream. See bugzilla 50909.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1104135 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 895ad3ee0..064cdf8e6 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="PH" type="fix" fixes-bug="50909"> + Fixed io exception in MODCAParser caused by the improper use of mark() and reset() on the + MODCA data input stream. Added unit test. </action> <action context="Fonts" dev="JM" type="fix" fixes-bug="51144" due-to="Mehdi Houshmand"> Removed invalid entries in ToUnicode table of CID subset fonts. </action> |