aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-01-05 10:24:18 +0000
committerJeremias Maerki <jeremias@apache.org>2006-01-05 10:24:18 +0000
commit49ee2648a31a64069ca7bfdf7d4a97a9cd0ce5f2 (patch)
treea2a96b49b6bda2554509ddcf0097da39fd99d31d /status.xml
parent589fb02d05d68cd16e197972648265ac4dc82fed (diff)
downloadxmlgraphics-fop-49ee2648a31a64069ca7bfdf7d4a97a9cd0ce5f2.tar.gz
xmlgraphics-fop-49ee2648a31a64069ca7bfdf7d4a97a9cd0ce5f2.zip
Bugzilla #38132:
Bugfix: Certain border styles could lead to a NullPointerException. inset and groove are now mapped to RTF's "engrave", outset and ridge to "emboss". If no mapping can be found the "solid" style is used. Before null was returned which was the cause for the NPE. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@366148 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 403c91bc2..a0a333cb0 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,9 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix" fixes-bug="38132">
+ Bugfix: Certain border styles could lead to a NullPointerException.
+ </action>
<action context="Code" dev="JM" type="fix" fixes-bug="38102">
Bugfix: Space was not adjusted if the space was on a nested block. This could
lead to content overflowing the bottom of a page.