[Spread-cvs] commit: r322 - in trunk: . daemon java

jonathan at spread.org jonathan at spread.org
Thu Mar 2 00:19:29 EST 2006


Author: jonathan
Date: 2006-03-02 00:19:28 -0500 (Thu, 02 Mar 2006)
New Revision: 322

Modified:
   trunk/configure.in
   trunk/daemon/monitor.c
   trunk/daemon/spread.c
   trunk/java/build.xml
Log:
Update for release -- version 4.0.0 
First test build dated March 1, 2006.



Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2006-03-02 05:18:38 UTC (rev 321)
+++ trunk/configure.in	2006-03-02 05:19:28 UTC (rev 322)
@@ -1,4 +1,4 @@
-AC_INIT(Spread, 4.0.0beta1)
+AC_INIT(Spread, 4.0.0)
 
 AC_CONFIG_AUX_DIR(buildtools)
 AC_CONFIG_HEADER(daemon/config.h)

Modified: trunk/daemon/monitor.c
===================================================================
--- trunk/daemon/monitor.c	2006-03-02 05:18:38 UTC (rev 321)
+++ trunk/daemon/monitor.c	2006-03-02 05:19:28 UTC (rev 322)
@@ -158,7 +158,7 @@
 
 	Alarmp( SPLOG_PRINT, SYSTEM, "/===========================================================================\\\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread Toolkit.                                                       |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2005 Spread Concepts LLC                               |\n"); 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2006 Spread Concepts LLC                               |\n"); 
 	Alarmp( SPLOG_PRINT, SYSTEM, "| All rights reserved.                                                      |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread package is licensed under the Spread Open-Source License.      |\n");
@@ -172,21 +172,19 @@
 	Alarmp( SPLOG_PRINT, SYSTEM, "| This software is distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF     |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| ANY KIND, either express or implied.                                      |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Spread is developed at Spread Concepts LLC and the Center for Networking  |\n");
- 	Alarmp( SPLOG_PRINT, SYSTEM, "| and Distributed Systems, The Johns Hopkins University.                    |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| Creators:                                                                 |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Yair Amir             yairamir at cs.jhu.edu                              |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Michal Miskin-Amir    michal at spread.org                                |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Jonathan Stanton      jstanton at gwu.edu                                 |\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    John Schultz          jschultz at spreadconcepts.com                      |\n");
 	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, "|    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 cnds.jhu.edu - contribution to process group |\n");
-        Alarmp( SPLOG_PRINT, SYSTEM, "|                                             membership.                   |\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, "| Special thanks to the following for providing ideas and/or code:          |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Ken Birman, Danny Dolev, Jacob Green, Mike Goodrich, Ben Laurie,       |\n");
@@ -201,7 +199,7 @@
 	Alarmp( SPLOG_PRINT, SYSTEM, "| WWW:     www.spread.org     www.spreadconcepts.com                        |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: info at spreadconcepts.com                                          |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 24/August/2005                                      |\n", 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 01/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-02 05:18:38 UTC (rev 321)
+++ trunk/daemon/spread.c	2006-03-02 05:19:28 UTC (rev 322)
@@ -91,7 +91,7 @@
 
 	Alarmp( SPLOG_PRINT, SYSTEM, "/===========================================================================\\\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread Toolkit.                                                       |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2005 Spread Concepts LLC                               |\n"); 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2006 Spread Concepts LLC                               |\n"); 
 	Alarmp( SPLOG_PRINT, SYSTEM, "| All rights reserved.                                                      |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread toolkit is licensed under the Spread Open-Source License.      |\n");
@@ -109,13 +109,14 @@
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Yair Amir             yairamir at cs.jhu.edu                              |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Michal Miskin-Amir    michal at spreadconcepts.com                        |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|    Jonathan Stanton      jstanton at gwu.edu                                 |\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    John Schultz          jschultz at spreadconcepts.com                      |\n");
 	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, "|    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 - Vitrual Synchrony,      |\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 providing ideas and/or code:          |\n");
@@ -131,7 +132,7 @@
 	Alarmp( SPLOG_PRINT, SYSTEM, "| WWW:     www.spread.org     www.spreadconcepts.com                        |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: info at spreadconcepts.com                                          |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 24/August/2005                                      |\n", 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 01/March/2006                                      |\n", 
 		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION );
 	Alarmp( SPLOG_PRINT, SYSTEM, "\\===========================================================================/\n");
 

Modified: trunk/java/build.xml
===================================================================
--- trunk/java/build.xml	2006-03-02 05:18:38 UTC (rev 321)
+++ trunk/java/build.xml	2006-03-02 05:19:28 UTC (rev 322)
@@ -11,7 +11,7 @@
         <property name="version" value="4.0.0"/>
         <property name="project" value="spread"/>
         <property name="title" value="${Name} ${version} API for Java"/>
-        <property name="year" value="2004"/>
+        <property name="year" value="2006"/>
         <property name="build.compiler" value="jikes"/>
         <property name="build.dir" value="dest"/>
         <property name="build.src" value="${build.dir}/src"/>




More information about the Spread-cvs mailing list