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/01/31 09:37:13 UTC

[commons-fileupload] branch 1.x updated (2987044 -> 56df899)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


    from 2987044  Re-generate generated pages
     new 2494346  Version update (is this file used?)
     new 56df899  Add 1.5 section to release notes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE-NOTES.txt            | 34 +++++++++++++++++++++++++++++++++-
 src/changes/release-notes.vm |  2 +-
 2 files changed, 34 insertions(+), 2 deletions(-)


[commons-fileupload] 01/02: Version update (is this file used?)

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 249434655e70430e5937b20c515eb95b37c47ad5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 31 09:36:51 2023 +0000

    Version update (is this file used?)
---
 src/changes/release-notes.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 32157c4..a9238ec 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -22,7 +22,7 @@ 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.3.0 to 1.3.1.
+No client code changes are required to migrate from version 1.4 to 1.5.
 
 
 ## N.B. the available variables are described here:


[commons-fileupload] 02/02: Add 1.5 section to release notes

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 56df89984e94933dc3415c4c5016714896ea2130
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 31 09:37:03 2023 +0000

    Add 1.5 section to release notes
---
 RELEASE-NOTES.txt | 34 +++++++++++++++++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3d7495e..c3ab7cb 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -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.
@@ -33,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,