aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2007-09-25 09:00:20 +0000
committerSimon Pepping <spepping@apache.org>2007-09-25 09:00:20 +0000
commit51efe0f61308aa92bc793a2d6dd278acf6d98ea5 (patch)
tree2d52913a4b8e8ca278da445800702ad68a8c2a7f /status.xml
parentb341ca9c88c187c04f142408fb3156757d8b6f24 (diff)
downloadxmlgraphics-fop-51efe0f61308aa92bc793a2d6dd278acf6d98ea5.tar.gz
xmlgraphics-fop-51efe0f61308aa92bc793a2d6dd278acf6d98ea5.zip
Merged revisions 540001-550000 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r540036 | jeremias | 2007-05-21 08:17:48 +0200 (Mon, 21 May 2007) | 3 lines Bugzilla #42067: Fixed a possible StringIndexOutOfBoundsException. Submitted by: Paul Vinkenoog <paul.at.vinkenoog.nl> ........ r540042 | jeremias | 2007-05-21 08:57:03 +0200 (Mon, 21 May 2007) | 1 line PFMFile is now also used inside FOP's normal operations, so don't log too much in "info" level. ........ r540049 | jeremias | 2007-05-21 09:32:46 +0200 (Mon, 21 May 2007) | 3 lines Bugzilla #42109: Fixed the rendering of zero-width spaces for certain fonts by not generating them into the area tree. Submitted by: Paul Vinkenoog <paul.at.vinkenoog.nl> ........ r540052 | jeremias | 2007-05-21 09:59:05 +0200 (Mon, 21 May 2007) | 3 lines Bugzilla #42406: Use source resolution setting for bitmap images which don't provide their own resolution. Submitted by: Hussein Shafie <hussein.at.xmlmind.com> ........ r541628 | jeremias | 2007-05-25 14:52:22 +0200 (Fri, 25 May 2007) | 1 line Checkstyle only. ........ r542036 | jeremias | 2007-05-27 23:03:22 +0200 (Sun, 27 May 2007) | 1 line One Factory per VM is enough here. ........ r542237 | jeremias | 2007-05-28 16:31:24 +0200 (Mon, 28 May 2007) | 16 lines Bugzilla #41831: - Add support font auto-detection (easier font configuration) including a font cache to speed up the auto-detection process. - Refactoring of the configuration code: All Avalon configuration stuff is extracted into separate "Configurator" classes. - Refactoring of the FOURIResolver. Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com> Changes to the patch by jeremias during the review: - Font cache simplified (Java object serialization instead of XML), functionality fixed and moved to the fonts.package. - Relocated default cache file location to user directory. - Fixed the font configuration for PDFDocumentGraphics2D/PDFTranscoder that got lost with the patch. - Fixed a problem with having a non-file URL as font base URL. - Simplified RendererContextInfo stuff to make it easier to understand. - Fixed handling of Type 1 fonts in auto-detection. - Reduced verbosity of font-related log output. - Updated Jakarta Commons IO to version 1.3.1 (the patch depends on it) - Various javadocs improvements ........ r542242 | jeremias | 2007-05-28 16:48:09 +0200 (Mon, 28 May 2007) | 1 line Discover the .otf font extension (OpenType fonts), too. ........ r542447 | vhennebert | 2007-05-29 09:51:52 +0200 (Tue, 29 May 2007) | 7 lines Bug #42476: - fix NPE in XMLReader when no handler is found for the image - prevent SVGReader from closing the input stream if the image actually isn't SVG - reduce log level in SVGReader and XMLReader to avoid "false positive" (read error reported whereas the image format actually isn't recognized). This may hide regular I/O errors to the end-user, but I assume this will be rare enough compared to the annoyance of such messages when third-party plugins are used. Patch submitted by Max Berger (max.at.berger.name) ........ r544748 | vhennebert | 2007-06-06 09:22:04 +0200 (Wed, 06 Jun 2007) | 2 lines Add Max Berger to the list of FOP's active contributors. Many thanks to Max for his contributions so far! ........ r544758 | vhennebert | 2007-06-06 09:37:52 +0200 (Wed, 06 Jun 2007) | 3 lines Add Adrian Cumiskey to the list of FOP's active contributors. Many thanks to Adrian for his contributions so far! Patch provided by Adrian himself ;-) ........ r545224 | clay | 2007-06-07 17:57:47 +0200 (Thu, 07 Jun 2007) | 1 line Updates to promote FOP 0.93 over 0.20.5 ........ r545589 | spepping | 2007-06-08 20:47:44 +0200 (Fri, 08 Jun 2007) | 2 lines Apply a similar change to the page of the trunk as to that of the 0.93 release ........ r547550 | jeremias | 2007-06-15 08:49:40 +0200 (Fri, 15 Jun 2007) | 2 lines Add JEuclid as it now provides its own FOP extension. Correct Barcode4J's URL. ........ r547553 | jeremias | 2007-06-15 08:55:02 +0200 (Fri, 15 Jun 2007) | 1 line Add Assentis:DocDesign (an FO editor) ........ r547971 | pietsch | 2007-06-16 21:59:30 +0200 (Sat, 16 Jun 2007) | 1 line remove deprecated style task ........ r547979 | pietsch | 2007-06-16 22:48:24 +0200 (Sat, 16 Jun 2007) | 1 line removed hyphenation advice from basic example ........ r548105 | pietsch | 2007-06-17 22:39:55 +0200 (Sun, 17 Jun 2007) | 1 line corrected some misspellings and other potential annoyances in example ........ r548619 | vhennebert | 2007-06-19 09:08:33 +0200 (Tue, 19 Jun 2007) | 2 lines Move Glen Mazza to the list of inactive committers, as per his own request. While I'm at it, replace his column with mine in "Areas of Expertise". ........ r549767 | cbowditch | 2007-06-22 12:26:39 +0200 (Fri, 22 Jun 2007) | 3 lines Bugzilla #42576 Fix bug in force-page-count Submitted by Adrian Cumiskey <dev.at.cumiskey.com> ........ r549816 | jeremias | 2007-06-22 15:34:37 +0200 (Fri, 22 Jun 2007) | 4 lines Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007. Changed test.xconf to match the triplet generated by auto-font-detection (Gladiator is bold) and adjusted PDF/A test files accordingly. Updated XML Graphics Commons to latest snapshot to include the PDF/A fixes. Added a unit test for the synchronization of PDF Info and XMP metadata as described in PDF/A-1. ........ r549827 | jeremias | 2007-06-22 16:23:30 +0200 (Fri, 22 Jun 2007) | 1 line A note on the PDF/A namespace confusion. ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Interleaved_Page_Line_Breaking@579136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 7078fab7c..ff79d4998 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,20 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="update">
+ Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.
+ </action>
+ <action context="Code" dev="JM" type="add" fixes-bug="41831" due-to="Adrian Cumiskey">
+ Add support for font auto-detection (easier font configuration).
+ </action>
+ <action context="Code" dev="JM" type="update" fixes-bug="42406" due-to="Hussein Shafie">
+ Use source resolution setting for bitmap images which don't provide their own
+ resolution.
+ </action>
+ <action context="Code" dev="JM" type="fix" fixes-bug="42109" due-to="Paul Vinkenoog">
+ Fixed the rendering of zero-width spaces for certain fonts by not generating them into
+ the area tree.
+ </action>
<action context="Code" dev="LF" type="fix">
Fixed a problem with disappearing footnotes inside hyphenated inlines (and footnotes with hyphenated inline child).
</action>