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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 58d459764 Add section for the next release 58d459764 is described below commit 58d459764a96df167bbd83ca0b1d1ac53df85540 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Aug 29 19:41:34 2024 +0000 Add section for the next release --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d92eb6fa1..3ab39de8b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,11 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Lang Release Notes</title> </properties> <body> + <release version="3.17.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="3.17.0" date="2024-08-24" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action issue="LANG-1760" type="fix" dev="ggregory" due-to="Marco Hoek, Gary Gregory">Using RandomStringUtils.insecure() still leads to using the secure() random.</action>