Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.597' '-r1.598' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/11/08 20:26:02 1.597 +++ ChangeLog 2002/11/08 20:27:28 1.598 @@ -19,7 +19,7 @@ / __/ | |_| | __|_____(_)___/_________________________________________________________ - Changes between 2.0b0 and 2.0b1 (07-Nov-2002 to xx-Nov-2002) + Changes between 2.0b0 and 2.0b1 (07-Nov-2002 to 08-Nov-2002) *) Make pth_poll(3) more compliant to POSIX.1-2001/SUSv3 poll(2). [Ralf S. Engelschall, Nick Hudson ] Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.197' '-r1.198' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2002/11/07 15:54:07 1.197 +++ README 2002/11/08 20:27:28 1.198 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 2.0b0 (07-Nov-2002) + Version 2.0b1 (08-Nov-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.142' '-r1.143' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2002/11/07 15:54:07 1.142 +++ pth_vers.c 2002/11/08 20:27:28 1.143 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200100 +#define PTH_INTERNAL_VERSION 0x200101 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x200100, - "2.0b0", - "2.0b0 (07-Nov-2002)", - "This is GNU Pth, Version 2.0b0 (07-Nov-2002)", - "GNU Pth 2.0b0 (07-Nov-2002)", - "GNU Pth/2.0b0", - "@(#)GNU Pth 2.0b0 (07-Nov-2002)", + 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)", "$Id$" };