commit: r337 - in trunk: . daemon

[email protected]
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
Author: jonathan
Date: 2006-03-13 14:43:11 -0500 (Mon, 13 Mar 2006)
New Revision: 337

Modified:
   trunk/Readme.txt
   trunk/daemon/monitor.c
   trunk/daemon/spread.c
Log:
Add Gene Tsudik to credits and update release date.


Modified: trunk/Readme.txt
===================================================================
--- trunk/Readme.txt	2006-03-10 15:54:42 UTC (rev 336)
+++ trunk/Readme.txt	2006-03-13 19:43:11 UTC (rev 337)
@@ -36,9 +36,9 @@
 |    Marc Zyngier                        - Windows fixes                    |
 |    Jacob Green       [email protected] - Windows support          |
 |                                                                           |
-| Special thanks to the following for providing ideas and/or code:          |
+| Special thanks to the following for discussions and ideas:                |
 |    Ken Birman, Danny Dolev, Jacob Green, Mike Goodrich, Ben Laurie,       |
-|    David Shaw, Robbert VanRenesse.                                        |
+|    David Shaw, Gene Tsudik, Robbert VanRenesse.                           |
 |                                                                           |
 | Partial funding provided by the Defense Advanced Research Projects Agency |
 | (DARPA) and The National Security Agency (NSA) 2000-2004. The Spread      |
@@ -47,7 +47,7 @@
 | WWW    : http://www.spread.org  and  http://www.spreadconcepts.com        |
 | Contact: [email protected]                                          |
 |                                                                           |
-| Version 4.0.0  built 01/Mar/2006                                          |
+| Version 4.0.0  built 13/Mar/2006                                          |
 \===========================================================================/
 
 March, 1, 2006 Ver 4.0.0rc1

Modified: trunk/daemon/monitor.c
===================================================================
--- trunk/daemon/monitor.c	2006-03-10 15:54:42 UTC (rev 336)
+++ trunk/daemon/monitor.c	2006-03-13 19:43:11 UTC (rev 337)
@@ -185,9 +185,9 @@
         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, "| Special thanks to the following for providing ideas and/or code:          |\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, Robbert VanRenesse.                                        |\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    David Shaw, Gene Tsudik, Robbert VanRenesse.                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "| Partial funding provided by the Defense Advanced Research Project Agency  |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "| (DARPA) and the National Security Agency (NSA) 2000-2004. The Spread      |\n");
@@ -198,7 +198,7 @@
 	Alarmp( SPLOG_PRINT, SYSTEM, "| WWW:     www.spread.org     www.spreadconcepts.com                        |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: [email protected]                                          |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 01/March/2006                                      |\n", 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 13/March/2006                                      |\n", 
 		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION);
 	Alarmp( SPLOG_PRINT, SYSTEM, "\\===========================================================================/\n");
 

Modified: trunk/daemon/spread.c
===================================================================
--- trunk/daemon/spread.c	2006-03-10 15:54:42 UTC (rev 336)
+++ trunk/daemon/spread.c	2006-03-13 19:43:11 UTC (rev 337)
@@ -118,9 +118,9 @@
         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 providing ideas and/or code:          |\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, Robbert VanRenesse.                                        |\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    David Shaw, Gene Tsudik, Robbert VanRenesse.                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "| Partial funding provided by the Defense Advanced Research Project Agency  |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "| (DARPA) and the National Security Agency (NSA) 2000-2004. The Spread      |\n");
@@ -131,7 +131,7 @@
 	Alarmp( SPLOG_PRINT, SYSTEM, "| WWW:     www.spread.org     www.spreadconcepts.com                        |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: [email protected]                                          |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 01/March/2006                                      |\n", 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 13/March/2006                                      |\n", 
 		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION );
 	Alarmp( SPLOG_PRINT, SYSTEM, "\\===========================================================================/\n");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.