diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2011-02-01 20:20:02 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2011-02-01 20:20:02 +0000 |
commit | d8261a197b2d8cd10c3f171f2a3ca7e9f04f1302 (patch) | |
tree | 50697e53d839c603592ccdaee6fcbec25e43a35e /status.xml | |
parent | 3c839549f3deefeba13214cf950aee3b5b832523 (diff) | |
download | xmlgraphics-fop-d8261a197b2d8cd10c3f171f2a3ca7e9f04f1302.tar.gz xmlgraphics-fop-d8261a197b2d8cd10c3f171f2a3ca7e9f04f1302.zip |
Bugzilla 48334: Added implementation for xml:base
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 8afa69af4..c0c759763 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Code" dev="AD" type="add" fixes-bug="48334"> + Added support for resolution of relative URIs against a specified xml:base during + property refinement. + </action> <action context="Renderers" dev="JM" type="add"> Allow afp:no-operation to also appear under fo:page-sequence and fo:declarations. </action> |