You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/10/24 04:25:42 UTC

svn commit: r587746 - /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.xml

Author: vgritsenko
Date: Tue Oct 23 19:25:42 2007
New Revision: 587746

URL: http://svn.apache.org/viewvc?rev=587746&view=rev
Log:
fix release dates, release order
align

Modified:
    cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.xml

Modified: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.xml?rev=587746&r1=587745&r2=587746&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.xml (original)
+++ cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/changes/changes.xml Tue Oct 23 19:25:42 2007
@@ -17,33 +17,36 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!--+
-    | Find usage details at http://maven.apache.org/plugins/maven-changes-plugin/usage.html
-    |
-    | @version $Id$
-    +-->
-    <document>
-      <body>
-        <release version="1.0.0-M1" date="2007-??-??" description="unreleased">    
-          <action dev="reinhard" type="add">
-            Initial creation.
-          </action>
-          <action dev="ltrieloff" type="fix" issue="COCOON-2027">
-            Fixed AJAX form uploads with MSIE. Patch Contributed by Jan Oberst.
-          </action>
-        </release>
-        <release version="1.0.0-RC1" date="2007-??-??" description="unreleased">    
-          <action dev="gkossakowski" type="fix" issue="COCOON-2062" due-to="Alexander Klimetschek" due-to-email="alexander.klimetschek@mindquarry.com">
-          	Added missing dojo.require("dojo.ns") statement.
-          </action>
-          <action dev="felixk" type="add" issue="COCOON-2091">
-            Add Xinha as alternative for HTMLArea as WYSIWYG online editor as HTMLArea is no longer maintained.
-          </action>
-          <action dev="felixk" type="update">
-            Deprecate HTMLArea. HTMLArea editor will be removed in version 1.1 of cocoon-forms block. 
-            Use alternatives instead (e.g. Xinha).
-          </action>
-        </release>
-      </body>
-    </document>
-    
+
+<!--
+  - @see http://maven.apache.org/plugins/maven-changes-plugin/usage.html
+  - @version $Id$
+  -->
+<document>
+  <body>
+    <release version="1.0.0" date="2007-??-??" description="unreleased">
+    </release>
+
+    <release version="1.0.0-RC1" date="2007-09-27" description="released">
+      <action dev="gkossakowski" type="fix" issue="COCOON-2062" due-to="Alexander Klimetschek" due-to-email="alexander.klimetschek@mindquarry.com">
+        Added missing dojo.require("dojo.ns") statement.
+      </action>
+      <action dev="felixk" type="add" issue="COCOON-2091">
+        Add Xinha as alternative for HTMLArea as WYSIWYG online editor as HTMLArea is no longer maintained.
+      </action>
+      <action dev="felixk" type="update">
+        Deprecate HTMLArea. HTMLArea editor will be removed in version 1.1 of cocoon-forms block.
+        Use alternatives instead (e.g. Xinha).
+      </action>
+    </release>
+
+    <release version="1.0.0-M1" date="2006-08-03" description="released">
+      <action dev="ltrieloff" type="fix" issue="COCOON-2027">
+        Fixed AJAX form uploads with MSIE. Patch Contributed by Jan Oberst.
+      </action>
+      <action dev="reinhard" type="add">
+        Initial creation.
+      </action>
+    </release>
+  </body>
+</document>