commit: r426 - in trunk: . daemon include java java/spread libspread
[email protected] Fri, 05 Jun 2009 10:22:37 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2009-06-05 10:22:36 -0400 (Fri, 05 Jun 2009) New Revision: 426 Modified: trunk/Readme.txt trunk/configure trunk/configure.in trunk/daemon/spread_params.h trunk/include/sp.h trunk/java/build.xml trunk/java/spread/SpreadConnection.java trunk/libspread/Makefile.in Log: Update version number and build date for 4.0.1rc1 release Modified: trunk/Readme.txt =================================================================== --- trunk/Readme.txt 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/Readme.txt 2009-06-05 14:22:36 UTC (rev 426) @@ -3,7 +3,7 @@ /===========================================================================\ | The Spread Group Communication Toolkit. | -| Copyright (c) 1993-2006 Spread Concepts LLC | +| Copyright (c) 1993-2009 Spread Concepts LLC | | All rights reserved. | | | | The Spread package is licensed under the Spread Open-Source License. | @@ -48,9 +48,14 @@ | WWW : http://www.spread.org and http://www.spreadconcepts.com | | Contact: [email protected] | | | -| Version 4.0.0 built 29/November/2006 | +| Version 4.0.1 built 05/June/2009 | \===========================================================================/ +June 05, 2009 Ver 4.0.1 (rc1) +----------------------------- +This is mainly a bugfix release. The Changelog file in the daemon directory +has details about every change. + November 29, 2006 Ver 4.0.0 (rc5 and final) ------------------------------------------- Only change is to credits in copyright statements. Modified: trunk/configure =================================================================== --- trunk/configure 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/configure 2009-06-05 14:22:36 UTC (rev 426) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for Spread 4.0.0. +# Generated by GNU Autoconf 2.62 for Spread 4.0.1. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -594,8 +594,8 @@ # Identity of this package. PACKAGE_NAME='Spread' PACKAGE_TARNAME='spread' -PACKAGE_VERSION='4.0.0' -PACKAGE_STRING='Spread 4.0.0' +PACKAGE_VERSION='4.0.1' +PACKAGE_STRING='Spread 4.0.1' PACKAGE_BUGREPORT='' enable_option_checking=no @@ -1301,7 +1301,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Spread 4.0.0 to adapt to many kinds of systems. +\`configure' configures Spread 4.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1366,7 +1366,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Spread 4.0.0:";; + short | recursive ) echo "Configuration of Spread 4.0.1:";; esac cat <<\_ACEOF @@ -1462,7 +1462,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Spread configure 4.0.0 +Spread configure 4.0.1 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1476,7 +1476,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Spread $as_me 4.0.0, which was +It was created by Spread $as_me 4.0.1, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -10596,7 +10596,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Spread $as_me 4.0.0, which was +This file was extended by Spread $as_me 4.0.1, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10649,7 +10649,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -Spread config.status 4.0.0 +Spread config.status 4.0.1 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/configure.in 2009-06-05 14:22:36 UTC (rev 426) @@ -1,4 +1,4 @@ -AC_INIT(Spread, 4.0.0) +AC_INIT(Spread, 4.0.1) AC_CONFIG_AUX_DIR(buildtools) AC_CONFIG_HEADER(daemon/config.h) Modified: trunk/daemon/spread_params.h =================================================================== --- trunk/daemon/spread_params.h 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/daemon/spread_params.h 2009-06-05 14:22:36 UTC (rev 426) @@ -38,10 +38,10 @@ #define SP_MAJOR_VERSION 4 #define SP_MINOR_VERSION 0 -#define SP_PATCH_VERSION 0 +#define SP_PATCH_VERSION 1 #define SPREAD_PROTOCOL 3 -#define SPREAD_BUILD_DATE "29/November/2006" +#define SPREAD_BUILD_DATE "05/June/2009" #define DEFAULT_SPREAD_PORT 4803 Modified: trunk/include/sp.h =================================================================== --- trunk/include/sp.h 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/include/sp.h 2009-06-05 14:22:36 UTC (rev 426) @@ -58,7 +58,7 @@ #define DEFAULT_SPREAD_PORT 4803 -#define SPREAD_VERSION ( (4 << 24) | ( 0 << 16) | 0 ) +#define SPREAD_VERSION ( (4 << 24) | ( 0 << 16) | 1 ) #define MAX_GROUP_NAME 32 #define MAX_PRIVATE_NAME 10 /* largest possible size of private_name field of SP_connect() */ Modified: trunk/java/build.xml =================================================================== --- trunk/java/build.xml 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/java/build.xml 2009-06-05 14:22:36 UTC (rev 426) @@ -8,10 +8,10 @@ <project name="spread" default="jar" basedir="."> <property name="Name" value="Spread"/> - <property name="version" value="4.0.0"/> + <property name="version" value="4.0.1rc1"/> <property name="project" value="spread"/> <property name="title" value="${Name} ${version} API for Java"/> - <property name="year" value="2006"/> + <property name="year" value="2009"/> <property name="build.compiler" value="modern"/> <property name="build.dir" value="dest"/> <property name="build.src" value="${build.dir}/src"/> Modified: trunk/java/spread/SpreadConnection.java =================================================================== --- trunk/java/spread/SpreadConnection.java 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/java/spread/SpreadConnection.java 2009-06-05 14:22:36 UTC (rev 426) @@ -89,7 +89,7 @@ ////////////////////// private static final int SP_MAJOR_VERSION = 4; private static final int SP_MINOR_VERSION = 0; - private static final int SP_PATCH_VERSION = 0; + private static final int SP_PATCH_VERSION = 1; // The default authentication method //////////////////////////////////// Modified: trunk/libspread/Makefile.in =================================================================== --- trunk/libspread/Makefile.in 2009-06-05 14:12:41 UTC (rev 425) +++ trunk/libspread/Makefile.in 2009-06-05 14:22:36 UTC (rev 426) @@ -29,7 +29,7 @@ # : minor -- inc for backwards compatible change (add new api, but not break or remove old one) # : bugfix -- inc for bugfix that is fully compatible -LIBFULLVERSION=2.0.0 +LIBFULLVERSION=2.0.1 LIBCOMPATVERSION=2.0 LIBVERSION=2