Check-in Number:
|
3268 | |
Date: |
2003-Feb-17 13:22:43 (local)
2003-Feb-17 12:22:43 (UTC) |
User: | rse |
Branch: | |
Comment: |
polish source tree |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/ChangeLog 1.1 -> 1.2
--- ChangeLog 2001/08/09 21:28:03 1.1
+++ ChangeLog 2003/02/17 12:22:43 1.2
@@ -0,0 +1,25 @@
+ _ ___ ____ ____ ____ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ __ ____| |___
+ _|_||_| | | | \___ \___ \| |_) | \ \/ / _` / __|
+ |_||_|_| | |_| |___) |__) | __/ > < (_| \__ \
+ |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/
+
+ 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 GENSIS and 0.9.0 (xx-Mar-2001 to 17-Feb-2003)
+
+ o Upgraded devtool stuff.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ o Bumped year in copyright messages for new year 2003.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ o upgraded build environment to GNU autoconf 2.57,
+ GNU libtool 1.4.3 and GNU shtool 1.6.2
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
|
|
ossp-pkg/xds/INSTALL 1.1 -> 1.2
--- INSTALL 2001/08/09 21:28:03 1.1
+++ INSTALL 2003/02/17 12:22:43 1.2
@@ -0,0 +1,18 @@
+ _ ___ ____ ____ ____ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ __ ____| |___
+ _|_||_| | | | \___ \___ \| |_) | \ \/ / _` / __|
+ |_||_|_| | |_| |___) |__) | __/ > < (_| \__ \
+ |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/
+
+ OSSP xds - eXtensible Data Serialization
+
+ INSTALLATION
+
+ To install OSSP xds into /path/to/xds/ perform
+ the following steps in your shell:
+
+ $ ./configure --prefix=/path/to/xds
+ $ make
+ $ make check
+ $ make install [DESTDIR=/path/to/temp/root]
+
|
|
ossp-pkg/xds/LICENSE 1.4 -> 1.5
--- LICENSE 2002/03/17 10:25:52 1.4
+++ LICENSE 2003/02/17 12:22:43 1.5
@@ -1,6 +1,9 @@
+
OSSP xds - Extensible Data Serialization
-Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
-Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
+
+Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
+Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+Copyright (c) 2001-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
This file is part of OSSP xds, an extensible data serialization
library which can be found at http://www.ossp.org/pkg/lib/xds/.
@@ -22,3 +25,4 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
+
|
|
ossp-pkg/xds/NEWS 1.1 -> 1.2
--- NEWS 2001/08/09 21:28:03 1.1
+++ NEWS 2003/02/17 12:22:43 1.2
@@ -0,0 +1,15 @@
+ _ ___ ____ ____ ____ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ __ ____| |___
+ _|_||_| | | | \___ \___ \| |_) | \ \/ / _` / __|
+ |_||_|_| | |_| |___) |__) | __/ > < (_| \__ \
+ |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/
+
+ OSSP xds - eXtensible Data Serialization
+
+ NEWS
+
+ This is a list of major changes to OSSP xds. For more detailed
+ change descriptions, please have a look at the ChangeLog file.
+
+ -NONE-
+
|
|
ossp-pkg/xds/README 1.6 -> 1.7
--- README 2002/03/17 10:25:52 1.6
+++ README 2003/02/17 12:22:43 1.7
@@ -1,9 +1,9 @@
- _
- __ ____| |___
- \ \/ / _` / __|
- > < (_| \__ \
- /_/\_\__,_|___/
-
+ _ ___ ____ ____ ____ _
+ |_|_ _ / _ \/ ___/ ___|| _ \ __ ____| |___
+ _|_||_| | | | \___ \___ \| |_) | \ \/ / _` / __|
+ |_||_|_| | |_| |___) |__) | __/ > < (_| \__ \
+ |_|_|_| \___/|____/____/|_| /_/\_\__,_|___/
+
OSSP xds - eXtensible Data Serialization
Version 0.9.0 (11-Aug-2001)
@@ -14,8 +14,9 @@
COPYRIGHT AND LICENSE
- Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
- Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
+ Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
+ Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+ Copyright (c) 2001-2003 Cable & Wireless Deutschland (http://www.cw.com/de/)
This file is part of OSSP xds, an extensible data serialization
library which can be found at http://www.ossp.org/pkg/lib/xds/.
|
|
ossp-pkg/xds/devtool.conf 1.3 -> 1.4
--- devtool.conf 2002/07/28 08:10:32 1.3
+++ devtool.conf 2003/02/17 12:22:43 1.4
@@ -3,9 +3,9 @@
##
%autogen
- @autogen shtool 1.6.1 "1.6.*" all
- @autogen libtool 1.4.2 "1.4*"
- @autogen autoconf 2.53 "2.5[3-9]*"
+ @autogen shtool 1.6.2 "1.6.*" all
+ @autogen libtool 1.4.3 "1.4*"
+ @autogen autoconf 2.57 "2.5[3-9]*"
%autoclean
@autoclean shtool
|
|
ossp-pkg/xds/xds_version.c 1.2 -> 1.3
--- xds_version.c 2002/03/17 10:27:19 1.2
+++ xds_version.c 2003/02/17 12:22:43 1.3
@@ -34,12 +34,12 @@
xds_version_t xds_version = {
0x009200,
"0.9.0",
- "0.9.0 (17-Mar-2002)",
- "This is OSSP xds, Version 0.9.0 (17-Mar-2002)",
- "OSSP xds 0.9.0 (17-Mar-2002)",
+ "0.9.0 (17-Feb-2003)",
+ "This is OSSP xds, Version 0.9.0 (17-Feb-2003)",
+ "OSSP xds 0.9.0 (17-Feb-2003)",
"OSSP xds/0.9.0",
- "@(#)OSSP xds 0.9.0 (17-Mar-2002)",
- "$Id: OSSP xds 0.9.0 (17-Mar-2002) $"
+ "@(#)OSSP xds 0.9.0 (17-Feb-2003)",
+ "$Id: OSSP xds 0.9.0 (17-Feb-2003) $"
};
#endif /* _XDS_VERSION_C_AS_HEADER_ */
|
|