Add 1.5 section to release notes

This commit is contained in:
Mark Thomas 2023-01-31 09:37:03 +00:00
parent 249434655e
commit 56df89984e
1 changed files with 33 additions and 1 deletions

View File

@ -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<EFBFBD>.
For complete information on Apache Commons FileUpload, including instructions on how to submit bug reports,