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 3e102d28 Add download link
3e102d28 is described below

commit 3e102d288f10b3cd439e77c8add5306443d32876
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 28 09:56:23 2023 -0500

    Add download link
---
 RELEASE-NOTES.txt            | 4 +++-
 src/changes/release-notes.vm | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6ea84b9c..3ea780c1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -13,7 +13,7 @@ Changes in version 2.0.0-M2 include:
 
 New features:
 o                  Fix off-by-one error when checking fileSizeMax in 
FileItemInputImpl #235. Thanks to James Reeves.
-o FILEUPLOAD-352:  NullPointerException in DiskFileItem#toString. Thanks to 
Bj�rn Kautler, Gary Gregory.
+o FILEUPLOAD-352:  NullPointerException in DiskFileItem#toString. Thanks to 
Bj�rn Kautler, Gary Gregory.
 o                  Fail fast on null inputs to 
org.apache.commons.fileupload2.core.AbstractRequestContext.AbstractRequestContext(Function,
 LongSupplier, T). Thanks to Gary Gregory.
 o                  Complete refactoring in JakartaServletRequestContext. 
Thanks to Gary Gregory.
 o                  Fix "Implicit narrowing conversion in compound assignment" 
from https://github.com/apache/commons-fileupload/security/code-scanning/118. 
Thanks to Gary Gregory.
@@ -35,6 +35,8 @@ patches, or suggestions for improvement, see the Apache 
Commons FileUpload websi
 
 https://commons.apache.org/proper/commons-fileupload/
 
+Download it from 
https://commons.apache.org/proper/commons-fileupload/download_fileupload.cgi
+
 ------------------------------------------------------------------------------
 
               Apache Commons FileUpload Parent 2.0.0-M1 RELEASE NOTES
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 3ef7b7ec..e18a4761 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -110,4 +110,6 @@ patches, or suggestions for improvement, see the 
${project.name} website:
 
 ${project.url}
 
+Download it from ${project.url}download_fileupload.cgi
+
 ------------------------------------------------------------------------------

Reply via email to