aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2011-02-01 16:04:41 +0000
committerJeremias Maerki <jeremias@apache.org>2011-02-01 16:04:41 +0000
commit941181b8e3bf0369f1803e9af89bff52c0c93c8f (patch)
tree0047b09b9a6564ff030fdf36f79f662d43ab0a94 /status.xml
parentf540b00cf2c8cf1126f6d45e3a9062b2bccd7a58 (diff)
downloadxmlgraphics-fop-941181b8e3bf0369f1803e9af89bff52c0c93c8f.tar.gz
xmlgraphics-fop-941181b8e3bf0369f1803e9af89bff52c0c93c8f.zip
Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) and fo:declarations (document in AFP). Includes a test case.
Update QDox to avoid a bug with class private enums. Connect some older test cases into the standard test suite. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index dd131de73..8afa69af4 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="JM" type="add">
+ Allow afp:no-operation to also appear under fo:page-sequence and fo:declarations.
+ </action>
<action context="Code" dev="AD" type="fix" fixes-bug="50635" due-to="mkoegler.AT.auto.tuwien.ac.at">
Bugfix: fix issue in RenderPagesModel.checkPreparedPages() where the same page-sequence
is potentially started multiple times.