aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-01-16 09:18:11 +0000
committerJeremias Maerki <jeremias@apache.org>2006-01-16 09:18:11 +0000
commit2bd5c4dca72282acc54745db170818dd33d17e69 (patch)
treedcb443701581d734bb8fc6105cba2f80874234cc /status.xml
parent16880724cf1edcf6e3a8b7980f99a070b46753a6 (diff)
downloadxmlgraphics-fop-2bd5c4dca72282acc54745db170818dd33d17e69.tar.gz
xmlgraphics-fop-2bd5c4dca72282acc54745db170818dd33d17e69.zip
Bugfix: Floating point numbers were not properly formatted in the PDF renderer which could lead to error messages while opening a PDF in Acrobat Reader.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@369407 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 d2e7bdb1e..db6b9e6fc 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,10 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix">
+ Bugfix: Floating point numbers were not properly formatted in the PDF renderer
+ which could lead to error messages while opening a PDF in Acrobat Reader.
+ </action>
<action context="Code" dev="SP" type="update" fixes-bug="38098"
due-to="Gerhard Oettl">
Implement property name as default argument on some xsl-function calls.