diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-05-03 08:30:56 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-05-03 08:30:56 +0000 |
commit | a806e6360ab5f703dfd15e8565e3b456f800cd8b (patch) | |
tree | c31261c13b362683f43feed9c23aaba858a0cadf /status.xml | |
parent | 6e9e6775bd5c5d16550ba64b7666eda6ed382d44 (diff) | |
download | xmlgraphics-fop-a806e6360ab5f703dfd15e8565e3b456f800cd8b.tar.gz xmlgraphics-fop-a806e6360ab5f703dfd15e8565e3b456f800cd8b.zip |
Bugzilla #38243:
Bugfix for NPE when there are gaps in the table-column setup.
Submitted by: Gerhard Oettl <gerhard.oettl.at.oesoft.at>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@399200 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/status.xml b/status.xml index dd7d23a41..36fc373ed 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,13 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix" fixes-bug="38243" due-to="Gerhard Oettl"> + Bugfix: Gaps in table-columns cause a NullPointerException. + </action> + <action context="Code" dev="JM" type="update" fixes-bug="38946" due-to="Max Berger"> + Changed the internal representation of colors to use Java's own color infrastructure + instead of FOP's home-grown classes. + </action> <action context="Code" dev="MM" type="fix"> Bugfix: TABs were not correctly replaced by spaces in some circumstances. </action> |