Check-in Number:
|
2038 | |
Date: |
2002-Mar-30 19:56:02 (local)
2002-Mar-30 18:56:02 (UTC) |
User: | rse |
Branch: | |
Comment: |
bump version and fix URLs |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/ex/AUTHORS -> 1.1
*** /dev/null Sat Nov 23 01:03:29 2024
--- - Sat Nov 23 01:03:34 2024
***************
*** 0 ****
--- 1,8 ----
+
+ AUTHORS
+
+ This is a list of authors who have written
+ or edited major parts of the OSSP ex sources.
+
+ Ralf S. Engelschall <rse@engelschall.com>
+
|
|
ossp-pkg/ex/ChangeLog -> 1.1
*** /dev/null Sat Nov 23 01:03:29 2024
--- - Sat Nov 23 01:03:34 2024
***************
*** 0 ****
--- 1,22 ----
+ _____ __
+ / _ \ \/ /
+ | __/> <
+ \___/_/\_\
+
+ OSSP ex - Exception Handling Library
+
+ ChangeLog
+
+ This is the list of all changes to the OSSP ex source tree. For a list
+ of just the user-visible and/or major changes please have a look at
+ the NEWS file.
+
+ Changes between 0.9.1 and 1.0.0 (xx-Feb-1999 to 12-May-1999)
+
+ Changes between 0.9.0 and 0.9.1 (xx-Feb-1999 to 12-May-1999)
+
+ Changes between GENESIS and 0.9.0 (Feb-1999 to 12-May-1999)
+
+ *) Created initial version
+ [Ralf S. Engelschall]
+
|
|
ossp-pkg/ex/Makefile.in 1.5 -> 1.6
--- Makefile.in 2002/02/05 19:52:24 1.5
+++ Makefile.in 2002/03/30 18:56:02 1.6
@@ -5,7 +5,7 @@
## Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
##
## This file is part of OSSP ex, an exception handling library
-## which can be found at http://www.ossp.org/pkg/ex/.
+## which can be found at http://www.ossp.org/pkg/lib/ex/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
|
|
ossp-pkg/ex/README 1.4 -> 1.5
--- README 2002/03/08 22:56:48 1.4
+++ README 2002/03/30 18:56:02 1.5
@@ -4,7 +4,7 @@
\___/_/\_\
OSSP ex - Exception Handling Library
- Version 0.9.1 (08-Mar-2002)
+ Version 1.0.0 (30-Mar-2002)
ABSTRACT
@@ -28,7 +28,7 @@
Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
This file is part of OSSP ex, an exception handling library which
- can be found at http://www.ossp.org/pkg/ex/.
+ can be found at http://www.ossp.org/pkg/lib/ex/.
Permission to use, copy, modify, and distribute this software for
any purpose with or without fee is hereby granted, provided that
@@ -52,6 +52,6 @@
The documentation and latest release can be found on
- o http://www.ossp.org/pkg/ex/
- o ftp://ftp.ossp.org/pkg/ex/
+ o http://www.ossp.org/pkg/lib/ex/
+ o ftp://ftp.ossp.org/pkg/lib/ex/
|
|
ossp-pkg/ex/VERSION 1.3 -> 1.4
--- VERSION 2002/03/08 22:56:48 1.3
+++ VERSION 2002/03/30 18:56:02 1.4
@@ -2,5 +2,5 @@
VERSION -- Version Information for OSSP ex (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is OSSP ex, Version 0.9.1 (08-Mar-2002)
+ This is OSSP ex, Version 1.0.0 (30-Mar-2002)
|
|
ossp-pkg/ex/configure.ac 1.4 -> 1.5
--- configure.ac 2002/03/14 15:12:49 1.4
+++ configure.ac 2002/03/30 18:56:02 1.5
@@ -5,7 +5,7 @@
dnl ## Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
dnl ##
dnl ## This file is part of OSSP ex, an exception handling library
-dnl ## which can be found at http://www.ossp.org/pkg/ex/.
+dnl ## which can be found at http://www.ossp.org/pkg/lib/ex/.
dnl ##
dnl ## Permission to use, copy, modify, and distribute this software for
dnl ## any purpose with or without fee is hereby granted, provided that
|
|
ossp-pkg/ex/devtool.conf 1.6 -> 1.7
--- devtool.conf 2002/03/14 15:12:49 1.6
+++ devtool.conf 2002/03/30 18:56:02 1.7
@@ -40,12 +40,12 @@
echo "+++ rolling"
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o ex-${V}.tar.gz -d ex-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz,00TODO' -c 'gzip --best' .
ls -l ex-${V}.tar.gz
echo "+++ testing"
gunzip <ex-${V}.tar.gz | tar tvf -
%release
- echo "+++ copying to ftp://ftp.ossp.org/pkg/ex/"
- scp ex-*.tar.gz master.ossp.org:/e/ossp/ftp/pkg/ex/
+ echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/ex/"
+ scp ex-*.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/ex/
|
|
ossp-pkg/ex/ex-config.in 1.2 -> 1.3
--- ex-config.in 2002/01/26 22:35:02 1.2
+++ ex-config.in 2002/03/30 18:56:02 1.3
@@ -6,7 +6,7 @@
## Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
##
## This file is part of OSSP ex, an exception handling library
-## which can be found at http://www.ossp.org/pkg/ex/.
+## which can be found at http://www.ossp.org/pkg/lib/ex/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
|
|
ossp-pkg/ex/ex.c 1.6 -> 1.7
--- ex.c 2002/01/29 20:10:53 1.6
+++ ex.c 2002/03/30 18:56:02 1.7
@@ -5,7 +5,7 @@
** Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
**
** This file is part of OSSP ex, an exception handling library
-** which can be found at http://www.ossp.org/pkg/ex/.
+** which can be found at http://www.ossp.org/pkg/lib/ex/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
|
|
ossp-pkg/ex/ex.h 1.17 -> 1.18
--- ex.h 2002/03/07 21:30:09 1.17
+++ ex.h 2002/03/30 18:56:02 1.18
@@ -5,7 +5,7 @@
** Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
**
** This file is part of OSSP ex, an exception handling library
-** which can be found at http://www.ossp.org/pkg/ex/.
+** which can be found at http://www.ossp.org/pkg/lib/ex/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
|
|
ossp-pkg/ex/ex_test.c 1.9 -> 1.10
--- ex_test.c 2002/03/07 21:30:10 1.9
+++ ex_test.c 2002/03/30 18:56:02 1.10
@@ -5,7 +5,7 @@
** Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
**
** This file is part of OSSP ex, an exception handling library
-** which can be found at http://www.ossp.org/pkg/ex/.
+** which can be found at http://www.ossp.org/pkg/lib/ex/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
|
|