]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
changed STATUS and Version ready for 0.12.0 release
authorjtauber <jtauber@unknown>
Mon, 29 Nov 1999 05:09:16 +0000 (05:09 +0000)
committerjtauber <jtauber@unknown>
Mon, 29 Nov 1999 05:09:16 +0000 (05:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193249 13f79535-47bb-0310-9956-ffa450edef68

STATUS
src/org/apache/fop/apps/Version.java

diff --git a/STATUS b/STATUS
index 83dad3a0d69fbc8d7557c4f3029221e0d6f9e882..0e340f66eb051aa3279ee31b12a691e9f2abe7e4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -2,18 +2,12 @@ $Id$
 
 STATUS
 
-Things to do before releasing as 0.12.0:
+Things to do:
 
-[DONE] Make sure Makefiles work
 Get images working
 [PARTIAL] Incorporate Arved Sandstrom's simple-link implementation
-[DONE] Switch to using Status object as return from layout()
 [PARTIAL] Implement basic keeps
-[DONE]Incorporate Eric Schaeffer's fix to tables in static-content
-[DONE] Incorporate Kelly Campell's fixes to GifJpegImage
 [PARTIAL] Incorporate Eric Schaeffer's further table fixes
-[DONE] Incorporate Eric Schaeffer's background colour implementation
-       (actually used different approach with background colour as trait)
 
 Other Bugs to fix:
 
@@ -34,3 +28,11 @@ Todo's and problems with AWT Previewer:
 - should "preview" be an option when calling FOP instead of having
   it's own main method?
 
+Done:
+
+Make sure Makefiles work
+Switch to using Status object as return from layout()
+Incorporate Eric Schaeffer's fix to tables in static-content
+Incorporate Kelly Campell's fixes to GifJpegImage
+Incorporate Eric Schaeffer's background colour implementation
+  (actually used different approach with background colour as trait)
index 0dd7925e33461293cba2d0c0ae0b8a6fdc6ade2c..ead62e37216100708c257aaedb3dfba7e45eb035 100644 (file)
  Software Foundation, please see <http://www.apache.org/>.
  
  */
+
 package org.apache.fop.apps;
 
 /**
  * class representing the version of FOP.
- *
- * added at the request of Stefano Mazzocchi for use by Cocoon.
  */
 public class Version {
 
@@ -63,6 +62,6 @@ public class Version {
      * @return the version string
      */
     public static String getVersion() {
-       return "FOP 0.11.5";
+       return "FOP 0.12.0";
     }
 }