Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.601' '-r1.602' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/11/29 17:58:18 1.601 +++ ChangeLog 2002/12/04 14:11:21 1.602 @@ -19,7 +19,7 @@ / __/ | |_| | __|_____(_)___/_________________________________________________________ - Changes between 2.0b1 and 2.0b2 (08-Nov-2002 to xx-Nov-2002) + Changes between 2.0b1 and 2.0b2 (08-Nov-2002 to 04-Dec-2002) *) Fixed compiler warnings under Linux: require inclusion of [Joseph Wayne Norton ] Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.198' '-r1.199' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2002/11/08 20:27:28 1.198 +++ README 2002/12/04 14:11:21 1.199 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 2.0b1 (08-Nov-2002) + Version 2.0b2 (04-Dec-2002) ABSTRACT Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.143' '-r1.144' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2002/11/08 20:27:28 1.143 +++ pth_vers.c 2002/12/04 14:11:21 1.144 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200101 +#define PTH_INTERNAL_VERSION 0x200102 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x200101, - "2.0b1", - "2.0b1 (08-Nov-2002)", - "This is GNU Pth, Version 2.0b1 (08-Nov-2002)", - "GNU Pth 2.0b1 (08-Nov-2002)", - "GNU Pth/2.0b1", - "@(#)GNU Pth 2.0b1 (08-Nov-2002)", + 0x200102, + "2.0b2", + "2.0b2 (04-Dec-2002)", + "This is GNU Pth, Version 2.0b2 (04-Dec-2002)", + "GNU Pth 2.0b2 (04-Dec-2002)", + "GNU Pth/2.0b2", + "@(#)GNU Pth 2.0b2 (04-Dec-2002)", "$Id$" };