Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.620' '-r1.621' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/09/12 11:52:33 1.620 +++ ChangeLog 2004/09/12 11:59:08 1.621 @@ -19,7 +19,7 @@ / __/ | |_| | __|_____(_)___/_________________________________________________________ - Changes between 2.0.1 and 2.0.2 (13-Jul-2003 to xx-XXX-2004) + Changes between 2.0.1 and 2.0.2 (13-Jul-2003 to 12-Sep-2004) *) Use "(char *)NULL" instead of plain "NULL" in last argument to execl(2) to avoid GCC 3.5's "warning: missing sentinel in function call". Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.204' '-r1.205' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2004/07/13 11:03:40 1.204 +++ README 2004/09/12 11:59:08 1.205 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 2.0.1 (13-Jul-2004) + Version 2.0.2 (12-Sep-2004) ABSTRACT Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.148' '-r1.149' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2004/07/13 11:03:40 1.148 +++ pth_vers.c 2004/09/12 11:59:08 1.149 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200201 +#define PTH_INTERNAL_VERSION 0x200202 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x200201, - "2.0.1", - "2.0.1 (13-Jul-2004)", - "This is GNU Pth, Version 2.0.1 (13-Jul-2004)", - "GNU Pth 2.0.1 (13-Jul-2004)", - "GNU Pth/2.0.1", - "@(#)GNU Pth 2.0.1 (13-Jul-2004)", + 0x200202, + "2.0.2", + "2.0.2 (12-Sep-2004)", + "This is GNU Pth, Version 2.0.2 (12-Sep-2004)", + "GNU Pth 2.0.2 (12-Sep-2004)", + "GNU Pth/2.0.2", + "@(#)GNU Pth 2.0.2 (12-Sep-2004)", "$Id$" };