Index: ossp-pkg/xds/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/xds/ChangeLog,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/xds/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/10/03 07:25:51 1.11 +++ ChangeLog 2005/10/05 08:48:20 1.12 @@ -11,7 +11,7 @@ This is a list of all source changes to OSSP xds. For less details please have a look at the NEWS file. - Changes between 0.9.2 and 0.9.3 (02-Jun-2005 to xx-xxx-2005) + Changes between 0.9.2 and 0.9.3 (02-Jun-2005 to 05-Oct-2005) o Upgraded build environment to GNU libtool 1.5.20 and GNU shtool 2.0.3 Index: ossp-pkg/xds/README RCS File: /v/ossp/cvs/ossp-pkg/xds/README,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/xds/README,v' 2>/dev/null --- README 2005/06/02 18:51:44 1.13 +++ README 2005/10/05 08:48:20 1.14 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/ OSSP xds - eXtensible Data Serialization - Version 0.9.2 (02-Jun-2005) + Version 0.9.3 (05-Oct-2005) ABSTRACT Index: ossp-pkg/xds/xds_version.c RCS File: /v/ossp/cvs/ossp-pkg/xds/xds_version.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/xds/xds_version.c,v' 2>/dev/null --- xds_version.c 2005/06/02 18:49:40 1.5 +++ xds_version.c 2005/10/05 08:48:20 1.6 @@ -8,7 +8,7 @@ #ifndef _XDS_VERSION_C_ #define _XDS_VERSION_C_ -#define XDS_VERSION 0x009202 +#define XDS_VERSION 0x009203 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _XDS_VERSION_C_AS_HEADER_ xds_version_t xds_version = { - 0x009202, - "0.9.2", - "0.9.2 (02-Jun-2005)", - "This is OSSP xds, Version 0.9.2 (02-Jun-2005)", - "OSSP xds 0.9.2 (02-Jun-2005)", - "OSSP xds/0.9.2", - "@(#)OSSP xds 0.9.2 (02-Jun-2005)", + 0x009203, + "0.9.3", + "0.9.3 (05-Oct-2005)", + "This is OSSP xds, Version 0.9.3 (05-Oct-2005)", + "OSSP xds 0.9.3 (05-Oct-2005)", + "OSSP xds/0.9.3", + "@(#)OSSP xds 0.9.3 (05-Oct-2005)", "$Id$" };