This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new 5fec17a7 Updates for the next release 5fec17a7 is described below commit 5fec17a7f56b805280c7a6780ce83da42a9a64ab Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 6 20:05:40 2025 +0000 Updates for the next release --- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2134d877..62b4f24e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,8 +40,12 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons FileUpload Release Notes</title> <author email="d...@commons.apache.org">Apache Commons Developers</author> </properties> - <body> + <release version="1.6.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="1.6.0" date="2025-06-05" description="This release requires Java 8."> <!-- ADD --> <action type="add" dev="ggregory" due-to="mufasa1976, Jochen Wiedmann, Gary Gregory">[1.x] Enable multipart/related on FileUpload #314.</action>