You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/02/13 10:33:22 UTC

svn commit: r60078 - /dev/commons/fileupload/1.5-RC1/ /release/commons/fileupload/HEADER.html /release/commons/fileupload/README.html /release/commons/fileupload/RELEASE-NOTES.txt /release/commons/fileupload/binaries/ /release/commons/fileupload/source/

Author: markt
Date: Mon Feb 13 10:33:22 2023
New Revision: 60078

Log:
Release Apache Commons FileUpload 1.5

Added:
    release/commons/fileupload/binaries/
      - copied from r60077, dev/commons/fileupload/1.5-RC1/binaries/
    release/commons/fileupload/source/
      - copied from r60077, dev/commons/fileupload/1.5-RC1/source/
Removed:
    dev/commons/fileupload/1.5-RC1/
Modified:
    release/commons/fileupload/HEADER.html
    release/commons/fileupload/README.html
    release/commons/fileupload/RELEASE-NOTES.txt

Modified: release/commons/fileupload/HEADER.html
==============================================================================
--- release/commons/fileupload/HEADER.html (original)
+++ release/commons/fileupload/HEADER.html Mon Feb 13 10:33:22 2023
@@ -1,11 +1,31 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <h2>Apache Commons Project Distributions</h2>
 
-<p>The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the <a href="http://archive.apache.org/dist/commons/">archives</a>. </p>
+<p>
+    The most recent source and binary releases for the Apache Commons project are available from this
+    directory listing. For older releases, please use the
+    <a href="https://archive.apache.org/dist/commons/">archives</a>.
+</p>
 
 <h2>Important Notices</h2>
 
 <ul>
-<li><a href="#mirrors">Download from your nearest mirror site!</a></li>
-<li><a href="#sig">PGP/GPG Signatures</a></li>
+    <li><a href="#mirrors">Download from your nearest mirror site!</a></li>
+    <li><a href="#sig">PGP/GPG Signatures</a></li>
 </ul>
 

Modified: release/commons/fileupload/README.html
==============================================================================
--- release/commons/fileupload/README.html (original)
+++ release/commons/fileupload/README.html Mon Feb 13 10:33:22 2023
@@ -14,9 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<h1>Commons-FILEUPLOAD v1.4.</h1>
+<h1>Commons-FILEUPLOAD v1.5.</h1>
 
-<p>This is the 1.4 version of commons-fileupload. It is available in both binary and source distributions.</p>
+<p>This is the 1.5 version of commons-fileupload. It is available in both binary and source distributions.</p>
 
 
 <p><font color="red" size="+2">Note:</font>
@@ -28,17 +28,9 @@
 
 <p>The changes in this release are detailed in the release notes.</p>
 
-<p>
-  <font color="Red"><strong>Note:</strong></font>
-  This version of Commons FileUpload also requires Commons IO 2.2.
-</p>
+<p>Thank you for using <a href="https://commons.apache.org/proper/commons-fileupload/">FILEUPLOAD</a>.</p>
 
-<p>
-  Thank you for using
-  <a href="http://commons.apache.org/fileupload/">Commons FileUpload</a>,
-  brought to you by the
-  <a href="http://commons.apache.org/">Apache Commons Project</a>.
-</p>
+<p>From the Apache Commons Project<br><a href="https://commons.apache.org/">https://commons.apache.org/</a></p>
 
 <h2><a name="mirrors">Download from your
     <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2>
@@ -63,12 +55,12 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-fileupload-1.4-bin.tar.gz.asc
+$ pgpv commons-fileupload-1.5-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-fileupload-1.4-bin.tar.gz.asc
+$ pgp commons-fileupload-1.5-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-fileupload-1.4-bin.tar.gz.asc
+$ gpg --verify commons-fileupload-1.5-bin.tar.gz.asc
 </pre>
-<p>
+<p>
\ No newline at end of file

Modified: release/commons/fileupload/RELEASE-NOTES.txt
==============================================================================
--- release/commons/fileupload/RELEASE-NOTES.txt (original)
+++ release/commons/fileupload/RELEASE-NOTES.txt Mon Feb 13 10:33:22 2023
@@ -1,3 +1,35 @@
+              Apache Commons FileUpload 1.5 RELEASE NOTES
+
+The Apache Commons FileUpload team is pleased to announce the release of Apache Commons FileUpload 1.5.
+
+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 6 or later.
+
+No client code changes are required to migrate from version 1.4 to 1.5.
+
+Changes in version 1.5 include:
+
+New features:
+o                  Add a configurable limit (disabled by default) for the number of files to upload per request. 
+
+Fixed Bugs:
+o FILEUPLOAD-293:  DiskFileItem.write(File) had been changed to use FileUtils.moveFile internally, preventing an existing file as the target. 
+o                  Improve parsing speed. Thanks to David Georg Reichelt.
+
+Changes:
+o                  Bump Commons IO to 2.11.0 
+o FILEUPLOAD-328   Switch from Cobertura code coverage to Jacoco code coverage. Thanks to Arturo Bernal. 
+o                  Bump JUnit to 4.13.2 
+
+
+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:
+
+https://commons.apache.org/proper/commons-fileupload/
+
+------------------------------------------------------------------------------
+
               Apache Commons FileUpload 1.4 RELEASE NOTES
 
 The Apache Commons FileUpload team is pleased to announce the release of Apache Commons FileUpload 1.4.
@@ -6,8 +38,10 @@ The Apache Commons FileUpload component
 adding support for multipart file upload functionality to servlets and web
 applications. Version 1.3 onwards requires Java 6 or later.
 
-The 1.4 release removes serialization from DiskFileItem for security reasons, which could be a
-breaking change depending upon one's mechanism of consumption of commons-fileupload.
+No client code changes are required to migrate from version 1.3.0 to 1.3.1.
+
+
+1.4 Release
 
 Changes in version 1.4 include:
 
@@ -31,7 +65,7 @@ Changes:
 o FILEUPLOAD-292:  Don't create un-needed resources in FileUploadBase.java
 o FILEUPLOAD-282:  Upversion complier.source, compiler.target to 1.6
 o FILEUPLOAD-246:  FileUpload should use IOUtils.closeQuietly where relevant
-o FILEUPLOAD-243:  Make some MultipartStream private fields final Thanks to Ville Skyttä.
+o FILEUPLOAD-243:  Make some MultipartStream private fields final Thanks to Ville Skytt�.
 
 
 For complete information on Apache Commons FileUpload, including instructions on how to submit bug reports,