[Spread-cvs] commit: r900 - in trunk: . daemon

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


Author: jschultz
Date: 2018-05-16 01:51:37 -0400 (Wed, 16 May 2018)
New Revision: 900

Modified:
   trunk/Readme.txt
   trunk/daemon/Changelog
   trunk/daemon/spread_params.h
   trunk/release_announcement_5.0.txt
Log:
Updates for patch release of 5.0.1


Modified: trunk/Readme.txt
===================================================================
--- trunk/Readme.txt	2018-05-16 05:29:50 UTC (rev 899)
+++ trunk/Readme.txt	2018-05-16 05:51:37 UTC (rev 900)
@@ -49,9 +49,14 @@
 | WWW    : http://www.spread.org  and  http://www.spreadconcepts.com          |
 | Contact: info at spreadconcepts.com                                            |
 |                                                                             |
-| Version 5.0.0 built 1/Feb/2017                                              |
+| Version 5.0.1 built 16/May/2018                                             |
 \=============================================================================/
 
+May 16, 2018 Ver 5.0.1
+----------------------
+
+Bugfix in membership to drop messages we receive after sending form1 that are not on the form2 token.
+
 February 1, 2017 Ver 5.0.0
 --------------------------
 

Modified: trunk/daemon/Changelog
===================================================================
--- trunk/daemon/Changelog	2018-05-16 05:29:50 UTC (rev 899)
+++ trunk/daemon/Changelog	2018-05-16 05:51:37 UTC (rev 900)
@@ -1,3 +1,13 @@
+May 16, 2018 Ver 5.0.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
+
 February 1, 2017 Ver 5.0.0
 --------------------------
 

Modified: trunk/daemon/spread_params.h
===================================================================
--- trunk/daemon/spread_params.h	2018-05-16 05:29:50 UTC (rev 899)
+++ trunk/daemon/spread_params.h	2018-05-16 05:51:37 UTC (rev 900)
@@ -39,11 +39,11 @@
 
 #define		SP_MAJOR_VERSION	5
 #define         SP_MINOR_VERSION        0
-#define         SP_PATCH_VERSION        0
+#define         SP_PATCH_VERSION        1
 
 #define         SPREAD_PROTOCOL         3
 
-#define         SPREAD_BUILD_DATE       "1/Feb/2017"
+#define         SPREAD_BUILD_DATE       "16/May/2018"
 
 #define		DEFAULT_SPREAD_PORT	4803
 

Modified: trunk/release_announcement_5.0.txt
===================================================================
--- trunk/release_announcement_5.0.txt	2018-05-16 05:29:50 UTC (rev 899)
+++ trunk/release_announcement_5.0.txt	2018-05-16 05:51:37 UTC (rev 900)
@@ -1,9 +1,9 @@
-Spread 5.0.0 http://www.spread.org
+Spread 5.0.1 http://www.spread.org
 
-Spread Concepts LLC is happy to announce a new version, 5.0.0, of 
+Spread Concepts LLC is happy to announce a new version, 5.0.1, of 
 The Spread Toolkit.  It can be downloaded here:
 
-http://www.spread.org/download/spread-src-5.0.0.tar.gz
+http://www.spread.org/download/spread-src-5.0.1.tar.gz
 
 Spread 5 is an important release that adds support for IPv6.
 




More information about the Spread-cvs mailing list