diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-02-07 15:42:03 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-02-07 15:42:03 +0000 |
commit | b3c8c500256e67344c6b4cc91c045a04e8e65e36 (patch) | |
tree | b7610339c8f2f627d88c9b5f520fe623948b6443 /status.xml | |
parent | 575826b283fa659929204c63905e05fe2e2cf5f5 (diff) | |
download | xmlgraphics-fop-b3c8c500256e67344c6b4cc91c045a04e8e65e36.tar.gz xmlgraphics-fop-b3c8c500256e67344c6b4cc91c045a04e8e65e36.zip |
Bugfix for date formatting with negative time zones in the PDF's Info object.
Update of xmlgraphics-commons-1.3.jar because of a similar bug with formatting dates in XMP.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@619461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 49b238a38..3b177b6f6 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Fonts" dev="JM" type="fix"> + Bugfix for date formatting with negative time zones in the PDF's Info object. + </action> <action context="Fonts" dev="JM" type="add"> Added an option to disable the default sRGB profile in PDF output for those who don't care about color fidelity, but care about PDF file size. |