]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Some updates to status.xml (I was not the only one working on the final release).
authorJeremias Maerki <jeremias@apache.org>
Thu, 31 Jul 2008 06:47:49 +0000 (06:47 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 31 Jul 2008 06:47:49 +0000 (06:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95@681284 13f79535-47bb-0310-9956-ffa450edef68

status.xml

index 4ba13f7561f2193d88f051b7ef045f3ec714cf15..4f655e328607425bb1de97369731889788b5e0b2 100644 (file)
       -->
     <!--/release-->
     <release version="0.95" date="TBD">
+      <action context="Renderers" dev="JM" type="fix">
+        Fixed a color selection problem which occurred after an image has been painted
+        through the Graphics2DAdapter in PDF output.
+      </action>
+      <action context="Renderers" dev="JM" type="fix" fixes-bug="41306">
+        Fixed page ordering problem with AWTRenderer.
+      </action>
       <action context="Renderers" dev="JM" type="fix" fixes-bug="39980">
         Fixed image scaling for RTF output.
       </action>
+      <action context="API" dev="JM" type="fix">
+        Fixed the -imagein command-line option.
+      </action>
       <action context="Renderers" dev="JM" type="add" fixes-bug="43825" due-to="Maximilian Aster">
         Added support for fo:leader for RTF output (no full support!). Fixes problems with empty leaders
         being used to force empty lines among other issues.
@@ -74,6 +84,9 @@
         Fixed handling of proportional-column-width() and percentages for table column in RTF
         output.
       </action>
+      <action context="Layout" dev="AD" type="fix" fixes-bug="45295">
+        Fixed NullPointerException when page-number-citations are used inside a marker.
+      </action>
       <action context="Images" dev="JM" type="fix">
         Fixed two bugs concerning resolution handling with SVG images and their
         conversion to bitmaps for RTF output.
       <action context="Renderers" dev="JM" type="fix">
         Fixed rendering of fixed block-containers in AFP output.
       </action>
+      <action context="Layout" dev="VH" type="fix" fixes-bug="41621">
+        Various bugfixes for table layout.
+      </action>
       <action context="Renderers" dev="JM" type="fix">
         Fixed regression causing bad positioning of block-containers if used as descendant
         of a table-cell.