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 6a26976 VFS.close(): Set `instance` to `null` after closing it #163.
6a26976 is described below
commit 6a2697657885427946014f0c920849bac0664fa9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 10 13:17:12 2021 -0500
VFS.close(): Set `instance` to `null` after closing it #163.
---
src/changes/changes.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 32f7f0a..b9bcc88 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.8.1" date="2021-MM-DD" description="Maintenance
release. Requires Java 8.">
+ <!-- FIXES -->
+ <action type="fix" dev="ggregory" due-to="Boris Petrov">
+ VFS.close(): Set `instance` to `null` after closing it #163.
+ </action>
</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"> -->