diff options
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml index f0ccaa307..9f0b2ffc8 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,14 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="update"> + Changed the XMLHandler interface so it doesn't report the MIME type it + supports but instead can report whether it supports a particular Renderer + implementation. XMLHandlers are now configurable. + </action> + <action context="Code" dev="JM" type="fix"> + Fixed a bug where SVG content could be clipped when rendered to PostScript. + </action> <action context="Code" dev="JM" type="fix"> Changed the way resolutions are handled. The single resolution in the user agent got split up into source and target resolutions. For more info, see |