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

jonathan at spread.org jonathan at spread.org
Wed Nov 29 21:40:54 EST 2006


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           rcaudy at gmail.com - contribution to process groups.|
+|    Claudiu Danilov	  claudiu at acm.org - scalable, wide-area support.    |
 |    Cristina Nita-Rotaru crisn at cs.purdue.edu - GC security.                |
 |    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist.  |
 |    Dan Schoenblum       dansch at dsn.jhu.edu - Java interface.              |
@@ -47,11 +48,15 @@
 | WWW    : http://www.spread.org  and  http://www.spreadconcepts.com        |
 | Contact: info at spreadconcepts.com                                          |
 |                                                                           |
-| 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           rcaudy at gmail.com - contribution to process groups.|\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    Claudiu Danilov      claudiu at acm.org - scalable, wide-area support.    |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Cristina Nita-Rotaru crisn at cs.purdue.edu - GC security.                |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist   |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.       |\n");
-        Alarmp( SPLOG_PRINT, SYSTEM, "|    John Schultz     jschultz at spreadconcepts.com - 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           rcaudy at gmail.com - contribution to process groups.|\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    Claudiu Danilov      claudiu at acm.org - scalable, wide-area support.    |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Cristina Nita-Rotaru crisn at cs.purdue.edu - GC security.                |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist.  |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.             |\n");
-        Alarmp( SPLOG_PRINT, SYSTEM, "|    John Schultz         jschultz at spreadconcepts.com - 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
 




More information about the Spread-cvs mailing list