You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/05/23 14:31:53 UTC

svn commit: r1745198 - /commons/proper/fileupload/branches/b1_3/src/changes/changes.xml

Author: britter
Date: Mon May 23 14:31:53 2016
New Revision: 1745198

URL: http://svn.apache.org/viewvc?rev=1745198&view=rev
Log:
Add FILEUPLOAD-272 to changes.xml. The fix has already been merged from trunk in r1745058.

Modified:
    commons/proper/fileupload/branches/b1_3/src/changes/changes.xml

Modified: commons/proper/fileupload/branches/b1_3/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/src/changes/changes.xml?rev=1745198&r1=1745197&r2=1745198&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/src/changes/changes.xml (original)
+++ commons/proper/fileupload/branches/b1_3/src/changes/changes.xml Mon May 23 14:31:53 2016
@@ -43,6 +43,12 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
+    <release version="1.3.2" description="Bugfix release for 1.3.1" date="tba">
+      <action issue="FILEUPLOAD-272" dev="jochen" type="update">
+        Performance Improvement in MultipartStream
+      </action>
+    </release>
+
     <release version="1.3.1" description=
 "This is a security and maintenance release that includes an important security 
 fix as well as a small number of bugfixes." date="2014-02-07">