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 ada2564 Add slot for next release notes.
ada2564 is described below
commit ada256457fc26897fa0674cc63623e04836fe8f3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 10 13:11:43 2021 -0500
Add slot for next release notes.
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e9837db..32f7f0a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,8 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
+ <release version="2.8.1" date="2021-MM-DD" description="Maintenance
release. Requires Java 8.">
+ </release>
<release version="2.8.0" date="2021-03-06" description="Feature and
maintenance release. Requires Java 8.">
<!-- <action issue="VFS-443" dev="ggregory" type="update"
due-to="nickallen"> -->
<!-- [Local] Need an easy way to convert from a FileObject to a File.
-->