This is an automated email from the ASF dual-hosted git repository.
ggregory 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 16b0ebf5 Document sections
16b0ebf5 is described below
commit 16b0ebf52873a1f8aa40e7c8bdd76de2885c0f03
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 27 15:53:42 2023 -0500
Document sections
---
src/changes/changes.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61b7030f..61101d7c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,12 +43,12 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
- <release version="2.0.0" date="2024-MM-DD" description="2.0.0 Release">
+ <release version="2.0.0" date="2024-MM-DD" description="2.0.0 Release,
requires Java 11.">
<!-- FIX -->
<!-- ADD -->
<!-- UDPATE -->
</release>
- <release version="2.0.0-M2" date="2023-12-24" description="2.0.0-M2
Release">
+ <release version="2.0.0-M2" date="2023-12-24" description="2.0.0-M2
Release, requires Java 11.">
<!-- FIX -->
<action dev="ggregory" type="add" due-to="James
Reeves">Fix off-by-one error when checking fileSizeMax in FileItemInputImpl
#235.</action>
<action issue="FILEUPLOAD-352" dev="ggregory" type="add" due-to="Björn
Kautler, Gary Gregory">NullPointerException in DiskFileItem#toString.</action>
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-io from 2.13.0 to 2.15.1.</action>
</release>
- <release version="2.0.0-M1" date="2023-07-14" description="2.0.0-M1
Release">
+ <release version="2.0.0-M1" date="2023-07-14" description="2.0.0-M1
Release, requires Java 8.">
<!-- FIX -->
<action dev="jochen" type="fix">Changing Maven
coordinates, and package name, due to binary incompatible changes.</action>
<action issue="FILEUPLOAD-293" dev="jochen"
type="fix">DiskFileItem.write(File) had been changed to use FileUtils.moveFile
internally, preventing an existing file as the target.</action>