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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 9e99107 Document change.
9e99107 is described below
commit 9e991076aa01bce47c39d4ba2c6cf2172289c268
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 12 11:00:16 2021 -0500
Document change.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a679097..8a2c49a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,6 +81,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Fix concurrent counting of chunks in IMAPExportMbox.
</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">
+ Fix possible if rare NPEs in tests.
+ </action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">
Bump actions/checkout from v2.3.3 to v2.3.4 #69.