aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-01-25 13:48:32 +0000
committerJeremias Maerki <jeremias@apache.org>2006-01-25 13:48:32 +0000
commit3d1baf5455c62ebca26b523176690d304b637bec (patch)
tree004df2e41d09d47b2e53363f85ffb8ae9e3938b0 /status.xml
parent5bf86498b12319459fdfc24c47e6a4ef8731b046 (diff)
downloadxmlgraphics-fop-3d1baf5455c62ebca26b523176690d304b637bec.tar.gz
xmlgraphics-fop-3d1baf5455c62ebca26b523176690d304b637bec.zip
Bugfix: Regions with non-standard names got ignored in RTF output leading to missing headers and footers.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@372214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 1991f3bf8..f8f2acdb7 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,10 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Regions with non-standard names got ignored in RTF output leading to
+ missing headers and footers.
+ </action>
+ <action context="Code" dev="JM" type="fix">
The RTF output now properly generates the "\landscape" flag for documents in
landscape orientation.
</action>