diff options
author | Jeremias Maerki <jeremias@apache.org> | 2010-10-07 07:41:48 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2010-10-07 07:41:48 +0000 |
commit | eff5b9fd40215ce4f4560feaecf37320a878e917 (patch) | |
tree | 1b956b5dea55e2bd5739abe9547bff580aeb5957 /status.xml | |
parent | 8ca38ab9b6f78481b23d3740dc68c684c78aa539 (diff) | |
download | xmlgraphics-fop-eff5b9fd40215ce4f4560feaecf37320a878e917.tar.gz xmlgraphics-fop-eff5b9fd40215ce4f4560feaecf37320a878e917.zip |
Bugzilla #49379:
Added ability to embed an external AFP page segment resource file (AFP output only).
Submitted by: Peter Hancock <peter.hancock.at.gmail.com>
Changes to patch:
- Replaced AFP parsing code with a more universal MO:DCA parser (as discussed).
- AFPDocumentHandler: addressed a TODO (clearing of the page segment map was not necessary for each page)
- AFPDocumentHandler: merged pageSegmentMap and pageSegmentUriMap by creating a combined object: PageSegmentDescriptor
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1005350 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 42ab391cc..131312589 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,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="Renderers" dev="JM" type="add" fixes-bug="49379" due-to="Peter Hancock"> + Added ability to embed an external AFP page segment resource file (AFP output only). + </action> <action context="Renderers" dev="JM" type="fix" fixes-bug="46360" due-to="Alexis Giotis"> Fixed a multi-threading issue when rendering SVG. </action> |