You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/11/07 17:33:03 UTC

svn commit: r712188 - /cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Author: reinhard
Date: Fri Nov  7 08:32:59 2008
New Revision: 712188

URL: http://svn.apache.org/viewvc?rev=712188&view=rev
Log:
Update Spring to 2.5.6
Formatting

Modified:
    cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml?rev=712188&r1=712187&r2=712188&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/changes/changes.xml Fri Nov  7 08:32:59 2008
@@ -25,6 +25,9 @@
 <document>
   <body>
     <release version="3.0.0-alpha-2" date="2008-00-00" description="unreleased">
+      <action dev="reinhard" type="update">
+        [all] Upgrade to Spring 2.5.6 and AspectJ 1.6.1.
+      </action>    
       <action dev="reinhard" type="add" issue="COCOON3-7" due-to="Simone Tripodi">
         [cocoon-optional] Add a formatting objects serializer using Apache FOP.
       </action>
@@ -37,27 +40,40 @@
       <action dev="steven" type="add">[cocoon-pipeline] Introduce an exception hierarchy for pipeline components 
         (ProcessingException and SetupException extend both PipelineException).
       </action>
-      <action dev="reinhard" type="add" issue="COCOON3-2" due-to="Simone Tripodi">[cocoon-pipeline] Add a SchemaProcessorTransformer that validates the SAX event 
+      <action dev="reinhard" type="add" issue="COCOON3-2" due-to="Simone Tripodi">
+        [cocoon-pipeline] Add a SchemaProcessorTransformer that validates the SAX event 
         stream against an XML schema.    
       </action>
-      <action dev="reinhard" type="add" issue="COCOON3-1" due-to="Simone Tripodi">[all] Set serialVersionUID on all serializeable classes.</action>
-      <action dev="reinhard" type="add" issue="COCOON3-4" due-to="Simone Tripodi">[cocoon-optional] Add a BetwixtBeanGenerator that 
-        serializes Java classes following the Java Beans conventions.
+      <action dev="reinhard" type="add" issue="COCOON3-1" due-to="Simone Tripodi">
+        [all] Set serialVersionUID on all serializeable classes.
       </action>
-      <action dev="reinhard" type="add">[cocoon-optional] Create a new module 'cocoon-optional',
-        that contains all the stuff that requires additional  3rd-party libraries that shouldn't become part of one of the Cocoon 3 core modules 
+      <action dev="reinhard" type="add" issue="COCOON3-4" due-to="Simone Tripodi">
+        [cocoon-optional] Add a BetwixtBeanGenerator that serializes Java classes following the Java Beans conventions.
+      </action>
+      <action dev="reinhard" type="add">
+        [cocoon-optional] Create a new module 'cocoon-optional', that contains all the stuff that 
+        requires additional  3rd-party libraries that shouldn't become part of one of the Cocoon 3 core modules 
         (cocoon-pipeline, cocoon-sitemap, cocoon-servlet).      
       </action>
-      <action dev="reinhard" type="fix">[cocoon-pipeline] The interfaces CacheKey and CacheValue 
-        have to extend the java.io.Serializeable interface in order to work with persistent cache
-        implementations (e.g. EHCache).</action>
-      <action dev="reinhard" type="fix">[cocoon-sitemap] Make junit-addons a test dependency.</action>
+      <action dev="reinhard" type="fix">
+        [cocoon-pipeline] The interfaces CacheKey and CacheValue have to extend the java.io.Serializeable 
+        interface in order to work with persistent cache implementations (e.g. EHCache).
+      </action>
+      <action dev="reinhard" type="fix">
+        [cocoon-sitemap] Make junit-addons a test dependency.
+      </action>
       <!-- Docs -->
-      <action dev="reinhard" type="add" issue="COCOON3-4" due-to="Solprovider">[cocoon-docs] Improve wording of the Cocoon 3 homepage</action>
-      <action dev="reinhard" type="add" issue="COCOON3-4" due-to="Marc Driftmeyer">[cocoon-docs] Improve wording and correct spelling mistakes of the Cocoon 3 homepage</action>
+      <action dev="reinhard" type="add" issue="COCOON3-4" due-to="Solprovider">
+        [cocoon-docs] Improve wording of the Cocoon 3 homepage.
+      </action>
+      <action dev="reinhard" type="add" issue="COCOON3-4" due-to="Marc Driftmeyer">
+        [cocoon-docs] Improve wording and correct spelling mistakes of the Cocoon 3 homepage.
+      </action>
     </release>
     <release version="3.0.0-alpha-1" date="2008-00-00" description="unreleased">
-      <action dev="reinhard" type="add">Initial creation.</action>
+      <action dev="reinhard" type="add">
+        Initial creation.
+      </action>
     </release>
   </body>
 </document>