From: ueno Date: Tue, 22 Jan 2002 12:40:48 +0000 (+0000) Subject: update. X-Git-Tag: starttls-0_9~11 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fstarttls.git;a=commitdiff_plain;h=529037393955a052ee9500a1ea499f157fb4b641 update. --- diff --git a/ChangeLog b/ChangeLog index 731d0c1..63b0740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2002-01-22 Daiki Ueno + * addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus + on systems where there is no such thing, we are now being unable + to use IPv6. + * bittypes.h: Ditto. + * getaddrinfo.c: Ditto. + * sockstorage.h: Ditto. + * Makefile.am: Took off the above stuff from EXTRA_DIST. + * configure.in: Don't touch $LIBOBJS even if there is no + getaddrinfo working. + + * starttls.c (tls_connect) [!HAVE_ADDRINFO]: Don't use the fake + getaddrinfo. + +2002-01-22 Daiki Ueno + * bittypes.h: Add missing header files. * sockstorage.h: Ditto.