You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2008/04/20 07:08:20 UTC

svn commit: r649887 - /cocoon/trunk/core/cocoon-core/src/changes/changes.xml

Author: joerg
Date: Sat Apr 19 22:08:18 2008
New Revision: 649887

URL: http://svn.apache.org/viewvc?rev=649887&view=rev
Log:
Cocoon 2.2.0 is already released ...

Modified:
    cocoon/trunk/core/cocoon-core/src/changes/changes.xml

Modified: cocoon/trunk/core/cocoon-core/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/src/changes/changes.xml?rev=649887&r1=649886&r2=649887&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/src/changes/changes.xml (original)
+++ cocoon/trunk/core/cocoon-core/src/changes/changes.xml Sat Apr 19 22:08:18 2008
@@ -28,12 +28,14 @@
   </properties>
 
   <body>
-    <release version="2.2.0" date="TBA" description="released">
+    <release version="2.2.1" date="TBA" description="unreleased">
       <action dev="joerg" type="add">
         Allow multiple file uploads of the same field name. If there are multiple file uploads Request.get(String) will
         return a Vector. If there is only one file upload it will return the Part as it did before. This is now the same
         behavior as for inline parts.
       </action>
+    </release>
+    <release version="2.2.0" date="TBA" description="released">
       <action dev="joerg" type="fix">
         Close streams properly after copying Parts (MultipartParser). Allow to access InputStream of PartInMemory
         multiple times.