diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-24 18:39:05 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-24 18:39:05 +0000 |
commit | 7e9bc82973c881dcc2245e863eca6bf72da58768 (patch) | |
tree | 1a33d9bcb35efbcd26bd3d77292b8d8b19e83b70 /status.xml | |
parent | 5d649b660155e4229a186f4dd4a28ca78610b7f9 (diff) | |
download | xmlgraphics-fop-7e9bc82973c881dcc2245e863eca6bf72da58768.tar.gz xmlgraphics-fop-7e9bc82973c881dcc2245e863eca6bf72da58768.zip |
Bugfix: basic-links with internal destinations in documents with multiple page-sequences sometimes pointed at the wrong page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@396640 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 795b17582..d99cb10e5 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> <action context="Code" dev="JM" type="fix"> + Bugfix: basic-links with internal destinations in documents with multiple + page-sequences sometimes pointed at the wrong page. + </action> + <action context="Code" dev="JM" type="fix"> Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct child if static-content in which case leading and trailing white space is not properly removed. |