This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new e8d3ca12 Copy RN from 1.5 for completeness e8d3ca12 is described below commit e8d3ca1283f03f6dd3d392b1400bde976be2255c Author: Sebb <s...@apache.org> AuthorDate: Fri Sep 8 23:32:01 2023 +0100 Copy RN from 1.5 for completeness --- RELEASE-NOTES.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1530eb77..3950c185 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -68,6 +68,37 @@ patches, or suggestions for improvement, see the Apache Commons FileUpload Paren https://commons.apache.org/proper/commons-fileupload/ +------------------------------------------------------------------------------ + 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 Commons FileUpload website: + +https://commons.apache.org/proper/commons-fileupload/ + ------------------------------------------------------------------------------ Apache Commons FileUpload 1.4 RELEASE NOTES