+2006-06-21 Simon Josefsson <jas@extundo.com>
+
+ * gnulib.texi (Windows sockets): Add.
+
2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
* verify.texi: New file, partly based on a proposal by Bruno Haible.
2006-06-21 Simon Josefsson <jas@extundo.com>
+ * getaddrinfo.c (getaddrinfo): Set ai_family in the return
+ variable.
+
* socket_.h: Don't define WINVER.
* inet_pton.h, inet_pton.c: New file, taken from glibc but
2006-06-21 Simon Josefsson <jas@extundo.com>
+ * getaddrinfo.m4: Don't define WINVER. Look for gethostbyname in
+ -lws2_32 too. Fixes getaddrinfo on Windows 2000, with the price
+ of using the (limited) gnulib implementation on Windows XP.
+
* inet_pton.m4: New file.
2006-06-19 Bruno Haible <bruno@clisp.org>