Index: ossp-pkg/xds/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/xds/ChangeLog,v co -q -kk -p'1.11' '/v/ossp/cvs/ossp-pkg/xds/ChangeLog,v' | diff -u /dev/null - -L'ossp-pkg/xds/ChangeLog' 2>/dev/null --- ossp-pkg/xds/ChangeLog +++ - 2024-05-19 03:32:47.285790510 +0200 @@ -0,0 +1,55 @@ + _ ___ ____ ____ ____ _ + |_|_ _ / _ \/ ___/ ___|| _ \ __ ____| |___ + _|_||_| | | | \___ \___ \| |_) | \ \/ / _` / __| + |_||_|_| | |_| |___) |__) | __/ > < (_| \__ \ + |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/ + + OSSP xds - eXtensible Data Serialization + + ChangeLog + + 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) + + o Upgraded build environment to GNU libtool 1.5.20 + and GNU shtool 2.0.3 + [Ralf S. Engelschall ] + + Changes between 0.9.1 and 0.9.2 (17-Sep-2004 to 02-Jun-2005) + + o Upgraded build environment to GNU libtool 1.5.18 + [Ralf S. Engelschall ] + + o Fix XDR string decoding function by NUL terminating + the target buffer (instead of the source buffer). + [Unknown ] + + o Bumped year in copyright messages for year 2005. + [Ralf S. Engelschall ] + + Changes between 0.9.0 and 0.9.1 (17-Feb-2003 to 12-Sep-2004) + + o Fixed a few size_t/int conflicts and uninitialized value warnings. + [Ralf S. Engelschall ] + + o Bumped year in copyright messages for year 2004. + [Ralf S. Engelschall ] + + o Upgraded build environment to GNU shtool 2.0.1, + GNU libtool 1.5.8 and GNU autoconf 2.59 + [Ralf S. Engelschall ] + + Changes between GENESIS and 0.9.0 (xx-Mar-2001 to 17-Feb-2003) + + o Upgraded devtool stuff. + [Ralf S. Engelschall ] + + o Bumped year in copyright messages for new year 2003. + [Ralf S. Engelschall ] + + o upgraded build environment to GNU autoconf 2.57, + GNU libtool 1.4.3 and GNU shtool 1.6.2 + [Ralf S. Engelschall ] + Index: ossp-pkg/xds/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/xds/devtool.conf,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/xds/devtool.conf,v' 2>/dev/null --- devtool.conf 2005/06/02 18:45:48 1.8 +++ devtool.conf 2005/10/03 07:25:51 1.9 @@ -3,8 +3,8 @@ ## %autogen - @autogen shtool 2.0.1 "2.0.*" all - @autogen libtool 1.5.18 "1.5*" + @autogen shtool 2.0.3 "2.0.*" all + @autogen libtool 1.5.20 "1.5*" @autogen autoconf 2.59 "2.5[3-9]*" %autoclean @@ -58,5 +58,5 @@ %release echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/xds/" - scp xds-*.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/xds/ + scp xds-*.tar.gz ossp@master.ossp.org:/v/ossp/ftp/pkg/lib/xds/