release.
[elisp/starttls.git] / ChangeLog
index 1b4611a..1ef6c18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,67 @@
-2000-10-07   Simon Josefsson <sj@extundo.com>
+2002-01-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * configure.in (VERSION): Bump up to 0.7.
+
+2002-01-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * bittypes.h: Add missing header files.
+       * sockstorage.h: Ditto.
+
+       * configure.in: Don't compile getopt.c and getopt1.c if there is
+       getopt_long.
+       * Makefile.am: Don't compile getopt.c and getopt1.c if there is
+       getopt_long; use autoconf's output variable $(LIBOBJS).
+
+       * starttls.c: Put getopt.h between "" instead of <>.
+
+2002-01-22  Kenichi OKADA  <okada@opaopa.org>
+
+       * starttls.c: Fix the argument of getopt_long.
+
+2002-01-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * configure.in: Don't check the existence of "socks.h".
+       * starttls.c: Don't include "socks.h".
+
+2002-01-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * getaddrinfo.c: Synch up with the HEAD of tcpdump/missing/*.
+       * addrinfo.h: Ditto.
+
+       * acinclude.m4: New file.
+       * configure.in: Use macros coming from acinclude.m4.
+
+2001-10-17   Daiki Ueno  <ueno@unixuser.org>
+
+       * starttls.c (main): Use poll() instead of select() if available.
+
+       * configure.in: Check the existence of sys/poll.h. 
+
+2001-10-13  Simon Josefsson  <jas@extundo.com>
+
+       * starttls.c (main): Clear fd sets before select().
+
+2000-11-02     Kenichi OKADA   <okada@opaopa.org>
+
+       * VERSION 0.5 released.
+       * configure.in(AM_INIT_AUTOMAKE): Up.
+
+2000-11-02   Simon Josefsson <sj@extundo.com>
 
        * starttls.c: Use `sizeof buffer -1' instead of `BUFSIZ/2'.