diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2011-04-03 09:49:12 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2011-04-03 09:49:12 +0000 |
commit | c489048321f1c8aad57cc579ae4bae44a7c3e342 (patch) | |
tree | 2d8393a960dc65bb293bf353dd8eb99e12a33eb7 /status.xml | |
parent | 3b87eee32c75836ffdfce6e7f6e8863ccd76b0f4 (diff) | |
download | xmlgraphics-fop-c489048321f1c8aad57cc579ae4bae44a7c3e342.tar.gz xmlgraphics-fop-c489048321f1c8aad57cc579ae4bae44a7c3e342.zip |
Update status.xml for r1088231 and r1088234
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1088236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 8c34f688e..434d78e9f 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,14 @@ 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="AD" type="fix" fixes-bug="50987" due-to="Matthias Reischenbacher"> + Bugzilla 50987: Fixed an issue in PDF output where a link was added to the parent tree + instead of the related structure element. + </action> + <action context="Renderers" dev="AD" type="fix" fixes-bug="50986" due-to="Matthias Reischenbacher"> + Bugzilla 50986: Fixed an issue where invalid PDF page content was generated due to + incorrect ET/EMC sequences. + </action> <action context="Code" dev="AD" type="fix" fixes-bug="50593"> Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-existing internal destination should just trigger a warning. |