You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2007/07/20 19:08:29 UTC

svn commit: r558055 - in /xmlgraphics/commons/trunk: ./ NOTICE README forrest.properties src/documentation/content/xdocs/index.xml status.xml

Author: vhennebert
Date: Fri Jul 20 10:08:27 2007
New Revision: 558055

URL: http://svn.apache.org/viewvc?view=rev&rev=558055
Log:
Merged revisions 556002-556060,556062-558052 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/commons/branches/commons-1_2

........
  r556059 | vhennebert | 2007-07-13 18:40:47 +0200 (ven, 13 jui 2007) | 2 lines
  
  Add information about the upcoming 1.2 version
........
  r556060 | vhennebert | 2007-07-13 18:43:13 +0200 (ven, 13 jui 2007) | 2 lines
  
  Add a News section on the main page of the website
........
  r556063 | vhennebert | 2007-07-13 18:47:24 +0200 (ven, 13 jui 2007) | 2 lines
  
  Explicitely add a dependency on the PDF output plugin. Without this line I can't manage to make Forrest run (strange error message). Taken from FOP's forrest.properties file.
........
  r556542 | vhennebert | 2007-07-16 10:03:58 +0200 (lun, 16 jui 2007) | 2 lines
  
  Add 2007 to the copyrights of the NOTICE file
........

Modified:
    xmlgraphics/commons/trunk/   (props changed)
    xmlgraphics/commons/trunk/NOTICE
    xmlgraphics/commons/trunk/README
    xmlgraphics/commons/trunk/forrest.properties
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml
    xmlgraphics/commons/trunk/status.xml

Propchange: xmlgraphics/commons/trunk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Jul 20 10:08:27 2007
@@ -1 +1 @@
-/xmlgraphics/commons/branches/commons-1_2:1-556001
+/xmlgraphics/commons/branches/commons-1_2:1-556060,556062-558052

Modified: xmlgraphics/commons/trunk/NOTICE
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/NOTICE?view=diff&rev=558055&r1=558054&r2=558055
==============================================================================
--- xmlgraphics/commons/trunk/NOTICE (original)
+++ xmlgraphics/commons/trunk/NOTICE Fri Jul 20 10:08:27 2007
@@ -1,5 +1,5 @@
 Apache XML Graphics Commons
-Copyright 2006 The Apache Software Foundation
+Copyright 2006-2007 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).

Modified: xmlgraphics/commons/trunk/README
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/README?view=diff&rev=558055&r1=558054&r2=558055
==============================================================================
--- xmlgraphics/commons/trunk/README (original)
+++ xmlgraphics/commons/trunk/README Fri Jul 20 10:08:27 2007
@@ -66,6 +66,11 @@
   RELEASE NOTES
 ==============================================================================
 
+Version 1.2
+--------------
+
+This release mainly adds support for CMYK and GRAY color spaces for PSGenerator.
+
 Version 1.1
 --------------
 
@@ -78,4 +83,4 @@
 --------------
 
 This is the first release of Apache XML Graphics Commons. There are currently
-no known issues with the code.
\ No newline at end of file
+no known issues with the code.

Modified: xmlgraphics/commons/trunk/forrest.properties
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/forrest.properties?view=diff&rev=558055&r1=558054&r2=558055
==============================================================================
--- xmlgraphics/commons/trunk/forrest.properties (original)
+++ xmlgraphics/commons/trunk/forrest.properties Fri Jul 20 10:08:27 2007
@@ -104,3 +104,4 @@
 #project.issues-rss-url=
 #I18n Property only works for the "forrest run" target.
 #project.i18n=true
+project.required.plugins=org.apache.forrest.plugin.output.pdf-0.1

Modified: xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml?view=diff&rev=558055&r1=558054&r2=558055
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml (original)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml Fri Jul 20 10:08:27 2007
@@ -99,5 +99,28 @@
         </tr>
       </table>
     </section>
+    <section>
+      <title>News</title>
+      <section>
+        <title>July 2007: Version 1.2 Released</title>
+        <p>This release mainly adds support for CMYK and GRAY color spaces for
+          PSGenerator. For details about other fixes, please see the <a
+            href="changes.html">Changes</a> page.</p>
+      </section>
+      <section>
+        <title>22 December 2006: Version 1.1 Released</title>
+        <p>
+          This release adds an XMP metadata framework and brings improvements for the
+          ImageWriter package plus some minor fixes mainly in the PostScript area.
+        </p>
+      </section>
+      <section>
+        <title>17 April 2006: Version 1.0 Released</title>
+        <p>
+          This is the first release of Apache XML Graphics Commons. There are currently no
+          known issues with the code.
+        </p>
+      </section>
+    </section>
   </body>
 </document>

Modified: xmlgraphics/commons/trunk/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/status.xml?view=diff&rev=558055&r1=558054&r2=558055
==============================================================================
--- xmlgraphics/commons/trunk/status.xml (original)
+++ xmlgraphics/commons/trunk/status.xml Fri Jul 20 10:08:27 2007
@@ -28,6 +28,8 @@
 
   <changes>
     <release version="Trunk" date="n/a">
+    </release>
+    <release version="1.2" date="July 2007">
       <action context="Code" dev="JM" type="fix">
         Fixed literal text string escaping in PSGenerator. Some characters were not properly
         escaped.



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org