Author: britter
Date: Fri May 27 06:49:40 2016
New Revision: 1745717

URL: http://svn.apache.org/viewvc?rev=1745717&view=rev
Log:
Apply changes for release 1.3.2 to trunk

Modified:
    commons/proper/fileupload/trunk/README.md
    commons/proper/fileupload/trunk/RELEASE-NOTES.txt
    commons/proper/fileupload/trunk/src/changes/changes.xml
    commons/proper/fileupload/trunk/src/site/xdoc/index.xml

Modified: commons/proper/fileupload/trunk/README.md
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/README.md?rev=1745717&r1=1745716&r2=1745717&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/README.md (original)
+++ commons/proper/fileupload/trunk/README.md Fri May 27 06:49:40 2016
@@ -63,7 +63,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2</version>
 </dependency>
 ```
 

Modified: commons/proper/fileupload/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/RELEASE-NOTES.txt?rev=1745717&r1=1745716&r2=1745717&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/fileupload/trunk/RELEASE-NOTES.txt Fri May 27 06:49:40 2016
@@ -1,3 +1,25 @@
+              Apache Commons FileUpload 1.3.2 RELEASE NOTES
+
+The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.3.2.
+
+The Apache Commons FileUpload component provides a simple yet flexible means of
+adding support for multipart file upload functionality to servlets and web
+applications. Version 1.3 onwards requires Java 5 or later.
+
+No client code changes are required to migrate from version 1.3.1 to 1.3.2.
+
+Changes in version 1.3.2 include:
+
+o FILEUPLOAD-272:  Performance Improvement in MultipartStream
+
+
+For complete information on Apache Commons FileUpload, including instructions 
on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons 
FileUpload website:
+
+http://commons.apache.org/proper/commons-fileupload/
+
+------------------------------------------------------------------------------
+
               Apache Commons FileUpload 1.3.1 RELEASE NOTES
 
 The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.3.1.
@@ -31,3 +53,4 @@ For complete information on Apache Commo
 patches, or suggestions for improvement, see the Apache Apache Commons 
FileUpload website:
 
 http://commons.apache.org/proper/commons-fileupload/
+

Modified: commons/proper/fileupload/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/changes/changes.xml?rev=1745717&r1=1745716&r2=1745717&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/changes/changes.xml (original)
+++ commons/proper/fileupload/trunk/src/changes/changes.xml Fri May 27 06:49:40 
2016
@@ -59,6 +59,12 @@ The <action> type attribute can be add,u
       <action issue="FILEUPLOAD-243" dev="sebb" type="update" due-to="Ville 
Skyttä">Make some MultipartStream private fields final</action>
     </release>
 
+    <release version="1.3.2" description="Bugfix release for 1.3.1" 
date="2016-05-26">
+      <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">

Modified: commons/proper/fileupload/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/site/xdoc/index.xml?rev=1745717&r1=1745716&r2=1745717&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/fileupload/trunk/src/site/xdoc/index.xml Fri May 27 06:49:40 
2016
@@ -67,12 +67,18 @@
 
     <section name="Downloading">
       <subsection name="Full Releases">
-        <p><strong>FileUpload 1.3.1</strong> - 7 February 2014</p>
+        <p><strong>FileUpload 1.3.2</strong> - 26 May 2016</p>
         <ul>
           <li>Download the binary and source distributions from a mirror site
             <a 
href="http://commons.apache.org/fileupload/download_fileupload.cgi";>here</a>
           </li>
         </ul>
+        <p><strong>FileUpload 1.3.1</strong> - 7 February 2014</p>
+        <ul>
+          <li>Download the binary and source distributions from the archive 
site
+            <a 
href="http://archive.apache.org/dist/commons/fileupload/";>here</a>
+          </li>
+        </ul>
         <p><strong>FileUpload 1.3</strong> - 27 March 2013</p>
         <ul>
           <li>Download the binary and source distributions from the archive 
site


Reply via email to