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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 396392e Create slot for next release. 396392e is described below commit 396392eb970ce2f1129f656c2920630649504a3f Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Aug 9 17:34:18 2019 -0400 Create slot for next release. --- src/changes/changes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 71f3aeb..108803f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,11 +45,13 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="2.4" date="2019-07-12" description="New features and bug fix release."> + <release version="2.4.1" date="2019-MM-DD" description="New features and bug fix release."> <!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> --> <!-- [Local] Need an easy way to convert from a FileObject to a File. --> <!-- </action> --> <!-- START Might need to be moved to the next version --> + </release> + <release version="2.4" date="2019-07-12" description="New features and bug fix release."> <action issue="VFS-690" dev="ggregory" type="add"> Allow to set key exchange algorithm explicitly. GitHub #32. </action>