New version 4.0.2

GETADDRINFO
Stephane Bortzmeyer 24 years ago
parent 0c08aa0997
commit 5db9b1c007

@ -1,3 +1,7 @@
4.0.2 (2001-01-26)
* Stupid bug introduced in 4.0.1 when compiling without SSL
4.0.1 (2001-01-26)
* Fix SSL bug when using -n (#130078)

2
SRC/configure vendored

@ -701,7 +701,7 @@ fi
PACKAGE=echoping
VERSION=4.0.1
VERSION=4.0.2
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; }

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

Loading…
Cancel
Save