You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cd...@apache.org on 2020/06/26 08:50:56 UTC

svn commit: r1879220 - in /cocoon/branches/BRANCH_2_1_X: NOTICE.txt status.xml

Author: cdamioli
Date: Fri Jun 26 08:50:56 2020
New Revision: 1879220

URL: http://svn.apache.org/viewvc?rev=1879220&view=rev
Log:
Prepare 2.1.13 release

Modified:
    cocoon/branches/BRANCH_2_1_X/NOTICE.txt
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/NOTICE.txt
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/NOTICE.txt?rev=1879220&r1=1879219&r2=1879220&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/NOTICE.txt (original)
+++ cocoon/branches/BRANCH_2_1_X/NOTICE.txt Fri Jun 26 08:50:56 2020
@@ -1,5 +1,5 @@
 Apache Cocoon
-Copyright 1999-2017 The Apache Software Foundation.
+Copyright 1999-2020 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?rev=1879220&r1=1879219&r2=1879220&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Fri Jun 26 08:50:56 2020
@@ -70,6 +70,7 @@
   <person name="Ross Burton" email="rossb@apache.org" id="RB"/>
   <person name="Mark Butler" email="butlermh@apache.org" id="MB"/>
   <person name="Ugo Cei" email="ugo@apache.org" id="UC"/>
+  <person name="Francesco Chicchiricc&#242;" email="ilgrosso@apache.org" id="FC"/>
   <person name="Tony Collen" email="tony@apache.org" id="ATC"/>
   <person name="Marcus Crafter" email="crafterm@apache.org" id="MC"/>
   <person name="David Crossley" email="crossley@apache.org" id="DC"/>
@@ -188,6 +189,45 @@
     <action dev="all" type="update">
       Starting with 2.1.13 the minimum required Java version will be 1.6.
     </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2336">
+        Cannot start Cocoon 2.1.12 on Windows
+    </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2339">
+        Cannot build with Java 7
+    </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2341">
+        Use ImageIO instead of old com.sun.image.* package in ImageReader
+    </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2342">
+        Apache license at the beginning cocoon's dojo widgets templates causes: dojo.widget.Parse: error:
+    </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2344">
+        XSP not working with Java 8
+    </action>
+    <action dev="CD" type="update" fixes-bug="COCOON-2348">
+        Make XMLResourceBundle (and -Factory) more extensible
+    </action>
+    <action dev="CD" type="fix" fixes-bug="COCOON-2349">
+        XMLResourceBundles are not available outside a Request
+    </action>
+    <action dev="CD" type="update" fixes-bug="COCOON-2350">
+        Escape accolades in i18n messages
+    </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2351">
+        ContextSourceFactory calculates the path incorrectly when removing the protocol part
+    </action>
+    <action dev="FC" type="fix" fixes-bug="COCOON-2352">
+        XMLEncoder doesn't support Unicode surrogate pairs
+    </action>
+    <action dev="CD" type="fix" fixes-bug="COCOON-2357">
+        Content-Range and Range headers does not respect the HTTP spec
+    </action>
+    <action dev="CD" type="fix" fixes-bug="COCOON-2358">
+        Inconsistent Content-Length header for HEAD requests
+    </action>
+    <action dev="CD" type="fix" fixes-bug="COCOON-2361">
+        Cannot upload a file with name containing a '=' or a ';'
+    </action>
     <action dev="AN" type="fix" fixes-bug="COCOON-2362">
       Unsynchronized HashMap.put in ResourceReader and GeneratorSelector may lead to infinite loop.
     </action>