This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 119625f680f6e80498a412ec6fc0c26ece7b6669
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 5 10:57:57 2025 +0100

    Prepare for 1.6.0 release
---
 README.md                    |  4 ++--
 RELEASE-NOTES.txt            | 31 +++++++++++++++++++++++++++++++
 src/changes/changes.xml      |  2 +-
 src/changes/release-notes.vm |  4 ++--
 4 files changed, 36 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index ed3a3eff..2dc54413 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Apache Commons FileUpload
 [![GitHub Actions 
Status](https://github.com/apache/commons-fileupload/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-fileupload/actions)
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-fileupload/badge.svg)](https://coveralls.io/r/apache/commons-fileupload)
 [![Maven 
Central](https://img.shields.io/maven-central/v/commons-fileupload/commons-fileupload?label=Maven%20Central)](https://search.maven.org/artifact/commons-fileupload/commons-fileupload)
-[![Javadocs](https://javadoc.io/badge/commons-fileupload/commons-fileupload/1.5.svg)](https://javadoc.io/doc/commons-fileupload/commons-fileupload/1.5)
+[![Javadocs](https://javadoc.io/badge/commons-fileupload/commons-fileupload/1.6.svg)](https://javadoc.io/doc/commons-fileupload/commons-fileupload/1.6)
 
 The Apache Commons FileUpload component provides a simple yet flexible means 
of adding support for multipart
     file upload functionality to servlets and web applications.
@@ -69,7 +69,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.5</version>
+  <version>1.6</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c3ab7cb4..c7020dde 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,34 @@
+              Apache Commons FileUpload 1.6 RELEASE NOTES
+
+The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.6.
+
+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.5 to 1.6.
+
+Changes in version 1.6 include:
+
+New features:
+o                  Support for uploads using content type multipart/related 
+
+Fixed Bugs:
+o                  Last statement in DiskFileItem.finalize() method should be 
a call to super.finalize() 
+o                  Use java.util.Base64 instead of custom code.
+
+Changes:
+o                  Bump minimum Java version from 6 to 8 
+o                  Bump Commons IO from 2.11.0 to 2.19.0 
+
+
+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.5 RELEASE NOTES
 
 The Apache Commons FileUpload team is pleased to announce the release of 
Apache Commons FileUpload 1.5.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c701dd96..9912296a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="1.6.0" date="YYYY-MM-DD" description="This release 
requires Java 8.">
+    <release version="1.6.0" date="2025-06-09" 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>
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add JApiCmp to 
the default Maven goal.</action>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 07e90d31..cd38fe24 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -21,9 +21,9 @@ The ${developmentTeam} is pleased to announce the release of 
${project.name} ${v
 
 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.
+applications. Version 1.6 onwards requires Java 8 or later.
 
-No client code changes are required to migrate from version 1.4 to 1.5.
+No client code changes are required to migrate from version 1.5 to 1.6.
 
 
 ## The available variables are described here:

Reply via email to