diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2011-03-26 23:08:43 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2011-03-26 23:08:43 +0000 |
commit | 8c443ea8862b9a8258829f9c80790151d06fd2b0 (patch) | |
tree | 95440ae8646a327d1d64aff5a497f69c049f77c9 /status.xml | |
parent | 767b2ba1cc657aa1f974836f6e5f1d5d9558fd18 (diff) | |
download | xmlgraphics-fop-8c443ea8862b9a8258829f9c80790151d06fd2b0.tar.gz xmlgraphics-fop-8c443ea8862b9a8258829f9c80790151d06fd2b0.zip |
Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a non-existing internal destination should just trigger a warning.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 3e8f4aa3e..8c34f688e 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <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. + </action> <action context="Layout" dev="AD" type="fix" fixes-bug="50965" due-to="Martin Koegler"> Bugzilla 50965: Fixed a regression in BlockContainerLayoutManager where margins were no longer reset after forced breaks. |