You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/02/13 10:48:39 UTC

[commons-fileupload] 01/02: Add release date for 1.5

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 655dd24b2aef103312515dd88a9ccb333efc87ed
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Feb 13 10:46:31 2023 +0000

    Add release date for 1.5
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b5a810d..e39fc91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="1.5" date="TBD" description="1.5 Release">
+    <release version="1.5" date="2023-02-13" description="1.5 Release">
       <action                        dev="markt" type="update">Bump Commons IO to 2.11.0</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>
       <action                        dev="markt" due-to="David Georg Reichelt" type="fix">Improve parsing speed</action>