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-io.git
The following commit(s) were added to refs/heads/master by this push:
new cb2d23649 Add section for the next release
cb2d23649 is described below
commit cb2d2364994d484d8164b80ecb48231e42d180c6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 21:45:13 2024 +0000
Add section 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 c74335978..c7f8a6439 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,12 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons IO Release Notes</title>
</properties>
<body>
- <release version="2.17.0" date="2024-09-15" description="Java 8 is
required.">
+ <release version="2.17.1" date="YYYY-MM-DD" description="Version 2.17.1:
Java 8 is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
+ <release version="2.17.0" date="2024-09-15" description="Version 2.17.0:
Java 8 is required.">
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add IOIterator.adapt(Iterable).</action>
<action dev="ggregory" type="add" issue="IO-831" due-to="Elliotte Rusty
Harold, Thach Le, Gary Gregory">Add getInputStream() for 'https' and 'http' in
URIOrigin #630.</action>