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 1231f1cd Updates for the next release
1231f1cd is described below
commit 1231f1cde61bfa7d1817c215e245ea39481ebe42
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 17 15:50:54 2026 +0000
Updates for the next release
---
src/changes/changes.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1846d552..2deace7a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,7 +41,12 @@ The <action> type attribute can be add,update,fix,remove.
<author email="[email protected]">Apache Commons Developers</author>
</properties>
<body>
- <release version="2.0.0-M5" date="2026-02-08" description="This release
requires Java 11.">
+ <release version="2.0.0-M6" date="YYYY-MM-DD" description="This is a
milestone release. Java 11 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
+ <release version="2.0.0-M5" date="2026-02-08" description="This is a
milestone release. Java 11 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Chenjp,
Gary Gregory">Better exception message in
org.apache.commons.fileupload2.core.AbstractFileUpload.parseRequest(RequestContext).</action>
<action issue="FILEUPLOAD-295" type="fix" dev="jochen">Clarified the
precise meaning of isInMemory(), get(), getPath(), etc. in DiskFileItem</action>