commit: r388 - in trunk: . daemon
[email protected] Wed, 29 Nov 2006 21:40:54 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2006-11-29 21:40:54 -0500 (Wed, 29 Nov 2006) New Revision: 388 Modified: trunk/Readme.txt trunk/daemon/monitor.c trunk/daemon/spread.c trunk/daemon/spread_params.h Log: Update build date and add Claudiu as contributor. Modified: trunk/Readme.txt =================================================================== --- trunk/Readme.txt 2006-11-22 05:44:05 UTC (rev 387) +++ trunk/Readme.txt 2006-11-30 02:40:54 UTC (rev 388) @@ -25,6 +25,7 @@ | | | Major Contributors: | | Ryan Caudy [email protected] - contribution to process groups.| +| Claudiu Danilov [email protected] - scalable, wide-area support. | | Cristina Nita-Rotaru [email protected] - GC security. | | Theo Schlossnagle [email protected] - Perl, autoconf, old skiplist. | | Dan Schoenblum [email protected] - Java interface. | @@ -47,11 +48,15 @@ | WWW : http://www.spread.org and http://www.spreadconcepts.com | | Contact: [email protected] | | | -| Version 4.0.0 built 19/November/2006 | +| Version 4.0.0 built 29/November/2006 | \===========================================================================/ -November 22, 2006 Ver 4.0.0 (rc4 and final) +November 29, 2006 Ver 4.0.0 (rc5 and final) ------------------------------------------- +Only change is to credits in copyright statements. + +November 22, 2006 Ver 4.0.0 (rc4) +------------------------------------------- Only change is to fix Windows compilation problem. November 19, 2006 Ver 4.0.0rc3 Modified: trunk/daemon/monitor.c =================================================================== --- trunk/daemon/monitor.c 2006-11-22 05:44:05 UTC (rev 387) +++ trunk/daemon/monitor.c 2006-11-30 02:40:54 UTC (rev 388) @@ -181,12 +181,11 @@ Alarmp( SPLOG_PRINT, SYSTEM, "| |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Contributors: |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Ryan Caudy [email protected] - contribution to process groups.|\n"); + Alarmp( SPLOG_PRINT, SYSTEM, "| Claudiu Danilov [email protected] - scalable, wide-area support. |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Cristina Nita-Rotaru [email protected] - GC security. |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Theo Schlossnagle [email protected] - Perl, autoconf, old skiplist |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Dan Schoenblum [email protected] - Java Interface Developer. |\n"); - Alarmp( SPLOG_PRINT, SYSTEM, "| John Schultz [email protected] - contribution to process |\n"); - Alarmp( SPLOG_PRINT, SYSTEM, "| group membership. |\n"); - Alarmp( SPLOG_PRINT, SYSTEM, "| |\n"); + Alarmp( SPLOG_PRINT, SYSTEM, "| |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Special thanks to the following for discussions and ideas: |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Ken Birman, Danny Dolev, Jacob Green, Mike Goodrich, Ben Laurie, |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| David Shaw, Gene Tsudik, Robbert VanRenesse. |\n"); Modified: trunk/daemon/spread.c =================================================================== --- trunk/daemon/spread.c 2006-11-22 05:44:05 UTC (rev 387) +++ trunk/daemon/spread.c 2006-11-30 02:40:54 UTC (rev 388) @@ -114,11 +114,10 @@ Alarmp( SPLOG_PRINT, SYSTEM, "| |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Major Contributors: |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Ryan Caudy [email protected] - contribution to process groups.|\n"); + Alarmp( SPLOG_PRINT, SYSTEM, "| Claudiu Danilov [email protected] - scalable, wide-area support. |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Cristina Nita-Rotaru [email protected] - GC security. |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Theo Schlossnagle [email protected] - Perl, autoconf, old skiplist. |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Dan Schoenblum [email protected] - Java interface. |\n"); - Alarmp( SPLOG_PRINT, SYSTEM, "| John Schultz [email protected] - Virtual Synchrony, |\n"); - Alarmp( SPLOG_PRINT, SYSTEM, "| data structures. |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Special thanks to the following for discussions and ideas: |\n"); Alarmp( SPLOG_PRINT, SYSTEM, "| Ken Birman, Danny Dolev, Jacob Green, Mike Goodrich, Ben Laurie, |\n"); Modified: trunk/daemon/spread_params.h =================================================================== --- trunk/daemon/spread_params.h 2006-11-22 05:44:05 UTC (rev 387) +++ trunk/daemon/spread_params.h 2006-11-30 02:40:54 UTC (rev 388) @@ -40,7 +40,7 @@ #define SP_PATCH_VERSION 0 #define SPREAD_PROTOCOL 3 -#define SPREAD_BUILD_DATE "22/November/2006" +#define SPREAD_BUILD_DATE "29/November/2006" #define DEFAULT_SPREAD_PORT 4803