aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2007-11-20 15:56:33 +0000
committerJeremias Maerki <jeremias@apache.org>2007-11-20 15:56:33 +0000
commitc363ede82375f42cd09c6ded9c89041774085ba4 (patch)
tree4af80fe8ae4063d034bf7f2a3df14c3982b2092e /status.xml
parentce09ef5c0ca510811c2dd9df67ae4ad213a663c8 (diff)
downloadxmlgraphics-fop-c363ede82375f42cd09c6ded9c89041774085ba4.tar.gz
xmlgraphics-fop-c363ede82375f42cd09c6ded9c89041774085ba4.zip
Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again.
Bugfix: Close streams opened by test font resolution in font configuration (the font URIs will be resolved again later anyway). Better error message when the loading of font metric files doesn't work due to missing information in the returned Source instances. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@596724 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 fc39f46e4..3e4ad4b55 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,9 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix">
+ Bugfix for URI resolution: Make StreamSources without system identifier work again.
+ </action>
<action context="Code" dev="JM" type="fix" fixes-bug="43910" due-to="David Delbecq">
Avoid a NullPointerException in AreaTreeHandler.endDocument().
</action>