[Spread-cvs] commit: r902 - in branches/work_4_4_1: . daemon

jschultz at spread.org jschultz at spread.org
Wed May 16 01:57:01 EDT 2018


Author: jschultz
Date: 2018-05-16 01:57:01 -0400 (Wed, 16 May 2018)
New Revision: 902

Modified:
   branches/work_4_4_1/Readme.txt
   branches/work_4_4_1/daemon/Changelog
   branches/work_4_4_1/daemon/spread_params.h
   branches/work_4_4_1/release_announcement_4.4.txt
Log:
Updates for release of 4.4.1 release


Modified: branches/work_4_4_1/Readme.txt
===================================================================
--- branches/work_4_4_1/Readme.txt	2018-05-16 05:52:36 UTC (rev 901)
+++ branches/work_4_4_1/Readme.txt	2018-05-16 05:57:01 UTC (rev 902)
@@ -49,9 +49,14 @@
 | WWW    : http://www.spread.org  and  http://www.spreadconcepts.com          |
 | Contact: info at spreadconcepts.com                                            |
 |                                                                             |
-| Version 4.4.0 built 27/May/2014                                             |
+| Version 4.4.1 built 17/May/2018                                             |
 \=============================================================================/
 
+May 17, 2018 Ver 4.4.1
+----------------------
+
+Bugfix in membership to drop messages we receive after sending form1 that are not on the form2 token.
+
 May 27, 2014 Ver 4.4.0
 ----------------------
 

Modified: branches/work_4_4_1/daemon/Changelog
===================================================================
--- branches/work_4_4_1/daemon/Changelog	2018-05-16 05:52:36 UTC (rev 901)
+++ branches/work_4_4_1/daemon/Changelog	2018-05-16 05:57:01 UTC (rev 902)
@@ -1,3 +1,13 @@
+May 16, 2018 Ver 4.4.1
+----------------------
+
+r896 | jschultz | 2018-03-28 01:00:40 -0400 (Wed, 28 Mar 2018) | 5 lines
+
+Attempted bugfix for new packets received after sending form1 that are not reflected on form2
+        -- Handle when our Highest_seq is higher than what is on form2
+        -- Recompute My_aru due to dropping of such packets (old code didn't do this when we dropped such packets still marked as holes on form2)
+Changed some int's -> int32's that are used for indexing packet sequences
+
 May 27, 2014 Ver 4.4.0
 ----------------------
 

Modified: branches/work_4_4_1/daemon/spread_params.h
===================================================================
--- branches/work_4_4_1/daemon/spread_params.h	2018-05-16 05:52:36 UTC (rev 901)
+++ branches/work_4_4_1/daemon/spread_params.h	2018-05-16 05:57:01 UTC (rev 902)
@@ -39,11 +39,11 @@
 
 #define		SP_MAJOR_VERSION	4
 #define         SP_MINOR_VERSION        4
-#define         SP_PATCH_VERSION        0
+#define         SP_PATCH_VERSION        1
 
 #define         SPREAD_PROTOCOL         3
 
-#define         SPREAD_BUILD_DATE       "27/May/2014"
+#define         SPREAD_BUILD_DATE       "16/May/2018"
 
 #define		DEFAULT_SPREAD_PORT	4803
 

Modified: branches/work_4_4_1/release_announcement_4.4.txt
===================================================================
--- branches/work_4_4_1/release_announcement_4.4.txt	2018-05-16 05:52:36 UTC (rev 901)
+++ branches/work_4_4_1/release_announcement_4.4.txt	2018-05-16 05:57:01 UTC (rev 902)
@@ -1,7 +1,7 @@
-Spread 4.4.0 http://www.spread.org
+Spread 4.4.1 http://www.spread.org
 
 Spread Concepts LLC is happy to announce the release of a 
-new version, 4.4.0, of The Spread Toolkit. 
+new version, 4.4.1, of The Spread Toolkit. 
 
 The Spread 4.4 version is an important release that incorporates a new,
 accelerated ring protocol.  This protocol is tailored for data center networks 




More information about the Spread-cvs mailing list