commit: r531 - in trunk: . daemon include
[email protected] Mon, 18 Jun 2012 13:54:12 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2012-06-18 13:54:12 -0400 (Mon, 18 Jun 2012) New Revision: 531 Modified: trunk/Readme.txt trunk/daemon/spread_params.h trunk/include/sp.h Log: Update Readme.txt, release date and version for 4.2.0rc3 release. Modified: trunk/Readme.txt =================================================================== --- trunk/Readme.txt 2012-06-18 17:47:23 UTC (rev 530) +++ trunk/Readme.txt 2012-06-18 17:54:12 UTC (rev 531) @@ -48,9 +48,19 @@ | WWW : http://www.spread.org and http://www.spreadconcepts.com | | Contact: [email protected] | | | -| Version 4.2.0 built 03/May/2012 | +| Version 4.2.0 built 18/June/2012 | \===========================================================================/ +June 18, 2012 Ver 4.2.0 RC3 +--------------------------- +This release has one significant bugfixe over RC2. + +1) Fix regression from 4.1 release in which daemons were not connecting +when using multicast groups in a configuration with limited interfaces +for clients and daemons. This includes updating included libspread-util +version to 4.2.0rc1. + + May 03, 2012 Ver 4.2.0 RC2 -------------------------- This release has two significant bugfixe over RC1. Modified: trunk/daemon/spread_params.h =================================================================== --- trunk/daemon/spread_params.h 2012-06-18 17:47:23 UTC (rev 530) +++ trunk/daemon/spread_params.h 2012-06-18 17:54:12 UTC (rev 531) @@ -41,7 +41,7 @@ #define SP_PATCH_VERSION 0 #define SPREAD_PROTOCOL 3 -#define SPREAD_BUILD_DATE "03/May/2012" +#define SPREAD_BUILD_DATE "18/June/2012" #define DEFAULT_SPREAD_PORT 4803 Modified: trunk/include/sp.h =================================================================== --- trunk/include/sp.h 2012-06-18 17:47:23 UTC (rev 530) +++ trunk/include/sp.h 2012-06-18 17:54:12 UTC (rev 531) @@ -61,7 +61,7 @@ #define DEFAULT_SPREAD_PORT 4803 -#define SPREAD_VERSION ( (4 << 24) | ( 1 << 16) | 0 ) +#define SPREAD_VERSION ( (4 << 24) | ( 2 << 16) | 0 ) #define MAX_GROUP_NAME 32 #define MAX_PRIVATE_NAME 10 /* largest possible size of private_name field of SP_connect() */