Changing the version number for the release. No longer beta.

TOS
Stephane Bortzmeyer 24 years ago
parent 22697ef846
commit e851c3d089

@ -1,23 +1,23 @@
3.0.0
3.0.0 (2000-06-30)
* Autoconf/automake support
* Fix a bug in ICP timeout
2.2.1 :
Portability fixes
2.2.1
* Portability fixes
2.2 :
Stable release, apart from ICP
2.2
* Stable release, apart from ICP
2.0.1 -> 2.1.0 :
Timeouts even on TCP connections.
Support of HTTP 1.1
2.1.0
* Timeouts even on TCP connections.
* Support of HTTP 1.1
2.0.0 -> 2.0.1 :
2.0.1
Bug with getservbyname for HTTP connections fixed.
* Bug with getservbyname for HTTP connections fixed.
1.3 -> 2.0.0 :
HTTP support. For testing of Web servers and Web proxies.
Much better portability.
2.0.0
* HTTP support. For testing of Web servers and Web proxies.
* Much better portability.

2
SRC/configure vendored

@ -697,7 +697,7 @@ fi
PACKAGE=echoping
VERSION=3.0.0-BETA
VERSION=3.0.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

@ -2,7 +2,7 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(echoping.h)
AM_INIT_AUTOMAKE(echoping, 3.0.0-BETA)
AM_INIT_AUTOMAKE(echoping, 3.0.0)
AM_CONFIG_HEADER(config.h)
dnl User options

Loading…
Cancel
Save