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 2009/04/06 20:51:20 UTC

svn commit: r762456 - in /cocoon/trunk/subprojects: cocoon-block-deployment/src/changes/ cocoon-configuration/cocoon-spring-configurator/src/changes/ cocoon-jnet/src/changes/ cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/

Author: reinhard
Date: Mon Apr  6 18:51:19 2009
New Revision: 762456

URL: http://svn.apache.org/viewvc?rev=762456&view=rev
Log:
update changes docs of subprojects (version numbers, descriptions)

Modified:
    cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml
    cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml
    cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml
    cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml

Modified: cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml?rev=762456&r1=762455&r2=762456&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml (original)
+++ cocoon/trunk/subprojects/cocoon-block-deployment/src/changes/changes.xml Mon Apr  6 18:51:19 2009
@@ -27,13 +27,14 @@
     <title>Changes Cocoon Block-Deployment</title>
   </properties>
   <body>
-    <release version="1.1.0-SNAPSHOT" date="2008-??-??">
+    <!-- 
+    <release version="1.2.0-SNAPSHOT" date="2009-00-00" description="unreleased">
+    </release>
+     -->
+    <release version="1.1.0" date="2009-00-00" description="Release process has started.">
       <action dev="reinhard" type="add">
         Throw BlockContextInitializationException if there are no deployed blocks but the block context protocol is used.      
-      </action>
-      <action dev="reinhard" type="update">
-        Use Java 5 language features.
-      </action>    
+      </action>  
       <action dev="reinhard" type="add">
         The blockcontext: URLConnection checks if a requested block is available. Otherwise
         an exception, that explains what has gone wrong, is thrown.

Modified: cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml?rev=762456&r1=762455&r2=762456&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml (original)
+++ cocoon/trunk/subprojects/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml Mon Apr  6 18:51:19 2009
@@ -24,7 +24,11 @@
   -->
 <document>
   <body>
-    <release version="2.1.0" date="2009-??-??" description="unreleased">
+    <!-- 
+    <release version="2.2.0-SNAPSHOT" date="2009-00-00" description="unreleased">
+    </release>
+    -->
+    <release version="2.1.0" date="2009-00-00" description="Release process has started.">
       <action dev="reinhard" type="add">
         Add a WildcardBeanMap that extends BeanMap but checks for a wildcard expression
         instead of the bean type.

Modified: cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml?rev=762456&r1=762455&r2=762456&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml (original)
+++ cocoon/trunk/subprojects/cocoon-jnet/src/changes/changes.xml Mon Apr  6 18:51:19 2009
@@ -27,7 +27,11 @@
     <title>Changes Cocoon JNet</title>
   </properties>
   <body>
-    <release version="1.1.0-SNAPSHOT" date="2008-??-??" description="unreleased"> 
+    <!-- 
+    <release version="1.2.0-SNAPSHOT" date="2009-00-00" description="unreleased">
+    </release> 
+    -->
+    <release version="1.1.0" date="2009-00-00" description="Release process has started."> 
       <action dev="gkossakowski" type="add">
         Split installURLHandlers into different public methods. URLHandlerFactoryCollector 
         can be used directly from Java code and not only as AOP advice.

Modified: cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml?rev=762456&r1=762455&r2=762456&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml (original)
+++ cocoon/trunk/subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/src/changes/changes.xml Mon Apr  6 18:51:19 2009
@@ -24,7 +24,11 @@
 -->
 <document>
   <body>
-    <release version="1.2.0-SNAPSHOT" date="2008-??-??" description="unreleased">
+    <!-- 
+    <release version="1.3.0-SNAPSHOT" date="2009-00-00" description="unreleased">
+    </release>
+    -->
+    <release version="1.2.0" date="2009-00-00" description="Release process has started.">
       <action dev="reinhard" type="add">
         ServletUrlConnection correctly implements #getHeaderFields() instead of relying on the NOP implementation of HttpURLConnection.
       </action>