diff options
author | Simon Pepping <spepping@apache.org> | 2011-01-14 11:15:16 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2011-01-14 11:15:16 +0000 |
commit | 4c8a18e4a5e33f473150b9e2f4a91461cb67cce9 (patch) | |
tree | 99efe42fadb6eec54381483f743779f9f28e0e5a /status.xml | |
parent | e5edb89a595ef0c592d154629162a647d7377dc7 (diff) | |
download | xmlgraphics-fop-4c8a18e4a5e33f473150b9e2f4a91461cb67cce9.tar.gz xmlgraphics-fop-4c8a18e4a5e33f473150b9e2f4a91461cb67cce9.zip |
Relative URIs in the configuration file are evaluated relative to the base URI of the configuration file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1058945 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 16054217d..c80ba0668 100644 --- a/status.xml +++ b/status.xml @@ -49,6 +49,7 @@ <context id="API" title="Changes to the End-User API"/> <context id="Extensions" title="Changes to the Bundled Extensions"/> <context id="Images" title="Changes to the Image Support"/> + <context id="Config" title="Changes to the User Configuration"/> </contexts> <changes> @@ -58,6 +59,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Config" dev="SP" type="fix"> + Bugfix: relative URIs in the configuration file (base, font-base, hyphenation-base) are evaluated relative to the base URI of the configuration file. + </action> <action context="Layout" dev="AD" type="fix" fixes-bug="49848"> Bugfix: correct behavior of keep-together.within-line in case there are nested inlines </action> |