You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/29 21:48:53 UTC

[commons-net] branch master updated: Move entries to proper version.

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 30c7b74  Move entries to proper version.
30c7b74 is described below

commit 30c7b740f8e2e832eb80b94c780f1da75983daf7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 29 16:48:49 2020 -0500

    Move entries to proper version.
---
 src/changes/changes.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e9f8b7d..e71e485 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,12 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory" due-to="Dependabot">
             Bump actions/checkout from v2.3.3 to v2.3.4 #69.
             </action>
+            <action issue="NET-685" type="update" dev="ggregory" due-to="Simo385">
+            Update SocketClient default connect timeout from ∞ to 60 seconds #51.
+            </action>
+            <action issue="NET-695" type="update" dev="ggregory" due-to="Gary Gregory, Possibly Cott">
+            Apply SocketClient timeout after connection but before SSL negotiation.
+            </action>
         </release>
         <release version="3.7.2" date="2020-10-14" description="Maintenance and bug fix release.">
             <action issue="NET-689" type="fix" dev="ggregory" due-to="Charlie, Gary Gregory">
@@ -88,12 +94,6 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory" due-to="Dependabot">
             Bump junit from 4.13 to 4.13.1 #67.
             </action>
-            <action issue="NET-685" type="update" dev="ggregory" due-to="Simo385">
-            Update SocketClient default connect timeout from ∞ to 60 seconds #51.
-            </action>
-            <action issue="NET-695" type="update" dev="ggregory" due-to="Gary Gregory, Possibly Cott">
-            Apply SocketClient timeout after connection but before SSL negotiation.
-            </action>
         </release>
         <release version="3.7.1" date="2020-09-30" description="Maintenance and bug fix release.">
             <action issue="NET-687" type="fix" dev="ggregory" due-to="Gary Gregory, Mikael, j-verse">