diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-01-05 14:00:50 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-01-05 14:00:50 +0000 |
commit | ee938b7c2361df5ad4629ba6f90d84c74b5278a5 (patch) | |
tree | 06b9ce3be1edcc596306656ee316d15858012917 /status.xml | |
parent | 49ee2648a31a64069ca7bfdf7d4a97a9cd0ce5f2 (diff) | |
download | xmlgraphics-fop-ee938b7c2361df5ad4629ba6f90d84c74b5278a5.tar.gz xmlgraphics-fop-ee938b7c2361df5ad4629ba6f90d84c74b5278a5.zip |
Bugzilla #38135:
Added support for RFC 2397 "data" URLs.
Submitted by: Richard Wheeldon <richardw.at.geoquip-rnd.demon.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@366184 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 a0a333cb0..7ef2d56fe 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add" fixes-bug="38132" due-to="Richard Wheeldon"> + Added support for RFC2397 "data" URLs. + </action> <action context="Code" dev="JM" type="fix" fixes-bug="38132"> Bugfix: Certain border styles could lead to a NullPointerException. </action> |