diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-15 09:28:49 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-15 09:28:49 +0000 |
commit | 7c906c3babdad29fc57a90e1680a8e10e2336c85 (patch) | |
tree | a52ceaa18af31f0cfcdd9aa9f446cf4d5a7e0d0f /status.xml | |
parent | 9ed45d05e78bb5720db46d0bbfa2cf03dc427392 (diff) | |
download | xmlgraphics-fop-7c906c3babdad29fc57a90e1680a8e10e2336c85.tar.gz xmlgraphics-fop-7c906c3babdad29fc57a90e1680a8e10e2336c85.zip |
Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@386015 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 0596f50c5..579094916 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> <action context="Code" dev="JM" type="fix"> + Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body. + </action> + <action context="Code" dev="JM" type="fix"> Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT" table, where a baseline-shift="sub" had no effect due to a missing x-height value. (Note: This only affects TTFReader, so the font metric file has to be regenerated.) |