commit: r526 - in trunk: . daemon
[email protected] Thu, 03 May 2012 18:15:18 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2012-05-03 18:15:17 -0400 (Thu, 03 May 2012) New Revision: 526 Modified: trunk/Readme.txt trunk/daemon/spread_params.h Log: Update build date for RC2 release and add notes on changes in RC2 to Readme.txt Modified: trunk/Readme.txt =================================================================== --- trunk/Readme.txt 2012-05-03 22:12:53 UTC (rev 525) +++ trunk/Readme.txt 2012-05-03 22:15:17 UTC (rev 526) @@ -48,9 +48,20 @@ | WWW : http://www.spread.org and http://www.spreadconcepts.com | | Contact: [email protected] | | | -| Version 4.2.0 built 20/March/2012 | +| Version 4.2.0 built 03/May/2012 | \===========================================================================/ +May 03, 2012 Ver 4.2.0 RC2 +-------------------------- +This release has two significant bugfixe over RC1. + +1) Fix regression from 4.1 release in which daemons were not connecting +when using multicast groups. + +2) Fix crashes when a new configuration is loaded while the daemons are running. +This is a bug from the previous 4.1 release. + + March 20, 2012 Ver 4.2.0 RC1 ---------------------------- This release has a large number of small changes which include bugfixes, Modified: trunk/daemon/spread_params.h =================================================================== --- trunk/daemon/spread_params.h 2012-05-03 22:12:53 UTC (rev 525) +++ trunk/daemon/spread_params.h 2012-05-03 22:15:17 UTC (rev 526) @@ -41,7 +41,7 @@ #define SP_PATCH_VERSION 0 #define SPREAD_PROTOCOL 3 -#define SPREAD_BUILD_DATE "20/March/2012" +#define SPREAD_BUILD_DATE "03/May/2012" #define DEFAULT_SPREAD_PORT 4803