Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.630' '-r1.631' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/12/03 16:21:08 1.630 +++ ChangeLog 2004/12/03 16:23:38 1.631 @@ -19,7 +19,7 @@ / __/ | |_| | __|_____(_)___/_________________________________________________________ - Changes between 2.0.2 and 2.0.3 (12-Sep-2004 to xx-xxx-2004) + Changes between 2.0.2 and 2.0.3 (12-Sep-2004 to 03-Dec-2004) *) The pth_uctx_save() and pth_uctx_restore() API functions unfortunately were broken by design because they are C Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.205' '-r1.206' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2004/09/12 11:59:08 1.205 +++ README 2004/12/03 16:23:38 1.206 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 2.0.2 (12-Sep-2004) + Version 2.0.3 (03-Dec-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.149' '-r1.150' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2004/09/12 11:59:08 1.149 +++ pth_vers.c 2004/12/03 16:23:38 1.150 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200202 +#define PTH_INTERNAL_VERSION 0x200203 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 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)", + 0x200203, + "2.0.3", + "2.0.3 (03-Dec-2004)", + "This is GNU Pth, Version 2.0.3 (03-Dec-2004)", + "GNU Pth 2.0.3 (03-Dec-2004)", + "GNU Pth/2.0.3", + "@(#)GNU Pth 2.0.3 (03-Dec-2004)", "$Id$" };