commit: r888 - in trunk: . daemon java libspread-util libspread-util/docs
[email protected] Wed, 01 Feb 2017 10:33:30 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jschultz Date: 2017-02-01 10:33:30 -0500 (Wed, 01 Feb 2017) New Revision: 888 Modified: trunk/Readme.txt trunk/daemon/Changelog trunk/daemon/spread_params.h trunk/java/readme.txt trunk/libspread-util/Changelog trunk/libspread-util/docs/Readme.txt trunk/release_announcement_5.0.txt Log: Updates to version numbers for release of 5.0.0 final Modified: trunk/Readme.txt =================================================================== --- trunk/Readme.txt 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/Readme.txt 2017-02-01 15:33:30 UTC (rev 888) @@ -49,9 +49,14 @@ | WWW : http://www.spread.org and http://www.spreadconcepts.com | | Contact: [email protected] | | | -| Version 5.0.0 RC2 built 23/Jan/2017 | +| Version 5.0.0 built 1/Feb/2017 | \=============================================================================/ +February 1, 2017 Ver 5.0.0 +-------------------------- + +No significant changes versus 5.0.0 RC2. + January 23, 2017 Ver 5.0.0 RC2 ------------------------------ Modified: trunk/daemon/Changelog =================================================================== --- trunk/daemon/Changelog 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/daemon/Changelog 2017-02-01 15:33:30 UTC (rev 888) @@ -1,3 +1,9 @@ +February 1, 2017 Ver 5.0.0 +-------------------------- + +r887 | jschultz | 2017-02-01 10:27:15 -0500 (Wed, 01 Feb 2017) | 2 lines + Updated java's Spread version + January 23, 2017 Ver 5.0.0 RC2 ------------------------------ Modified: trunk/daemon/spread_params.h =================================================================== --- trunk/daemon/spread_params.h 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/daemon/spread_params.h 2017-02-01 15:33:30 UTC (rev 888) @@ -43,7 +43,7 @@ #define SPREAD_PROTOCOL 3 -#define SPREAD_BUILD_DATE "23/Jan/2017" +#define SPREAD_BUILD_DATE "1/Feb/2017" #define DEFAULT_SPREAD_PORT 4803 Modified: trunk/java/readme.txt =================================================================== --- trunk/java/readme.txt 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/java/readme.txt 2017-02-01 15:33:30 UTC (rev 888) @@ -18,13 +18,15 @@ * The Creators of Spread are: * Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz. * - * Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]> + * Copyright (C) 1993-2016 Spread Concepts LLC <[email protected]> * * All Rights Reserved. * * Major Contributor(s): * --------------- + * Amy Babay [email protected] - accelerated ring protocol. * Ryan Caudy [email protected] - contributions to process groups. + * Claudiu Danilov [email protected] - scalable wide area support. * Cristina Nita-Rotaru [email protected] - group communication security. * Theo Schlossnagle [email protected] - Perl, autoconf, old skiplist. * Dan Schoenblum [email protected] - Java interface. Modified: trunk/libspread-util/Changelog =================================================================== --- trunk/libspread-util/Changelog 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/libspread-util/Changelog 2017-02-01 15:33:30 UTC (rev 888) @@ -1,3 +1,8 @@ +February 1, 2017 v5.0.0 +----------------------- + +No changes versus v5.0.0 RC2. + January 23, 2017 v5.0.0 RC2 --------------------------- Modified: trunk/libspread-util/docs/Readme.txt =================================================================== --- trunk/libspread-util/docs/Readme.txt 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/libspread-util/docs/Readme.txt 2017-02-01 15:33:30 UTC (rev 888) @@ -48,12 +48,22 @@ | WWW : http://www.spread.org and http://www.spreadconcepts.com | | Contact: [email protected] | | | -| Version 5.0.0 RC1 built 22/Nov/2016 | +| Version 5.0.0 built 1/Feb/2017 | \===========================================================================/ -November 22, 2016 Ver 5.0.0 ---------------------------- +February 1, 2017 Ver 5.0.0 +-------------------------- +No changes versus 5.0.0 RC2. + +January 23, 2017 Ver 5.0.0 RC2 +------------------------------ + +Exported E_get_time_monotonic(). + +November 22, 2016 Ver 5.0.0 RC1 +------------------------------- + This version adds IPv6 support to the library. The main changes are data_link.c and the addition of spu_addr.[ch], which is a variadic structure (union) that is a wrapper around the various sockaddr types. Modified: trunk/release_announcement_5.0.txt =================================================================== --- trunk/release_announcement_5.0.txt 2017-02-01 15:27:15 UTC (rev 887) +++ trunk/release_announcement_5.0.txt 2017-02-01 15:33:30 UTC (rev 888) @@ -1,9 +1,9 @@ -Spread 5.0.0 RC2 http://www.spread.org +Spread 5.0.0 http://www.spread.org -Spread Concepts LLC is happy to announce a release candidate for a -new version, 5.0.0 RC2, of The Spread Toolkit. It can be downloaded here: +Spread Concepts LLC is happy to announce a new version, 5.0.0, of +The Spread Toolkit. It can be downloaded here: -http://www.spread.org/download/spread-src-5.0.0rc2.tar.gz +http://www.spread.org/download/spread-src-5.0.0.tar.gz Spread 5 is an important release that adds support for IPv6.