X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=e95bfb145edf8338c23ded1a58ff227151d8942a;hb=a3eafcf1372c2269695ff57da45bd0c8da852480;hp=bf6404842780c8407aae053a159725ee2bdade01;hpb=9cb140bae11ba7f819a96a1a026bf5715dba403a;p=wget diff --git a/ChangeLog b/ChangeLog index bf640484..e95bfb14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2010-07-24 Giuseppe Scrivano + + * configure.bat: Remove file. + +2010-07-11 Giuseppe Scrivano + + * configure.ac (AC_CHECK_SIZEOF): Quote argument. + Reported by: Jochen Roderburg . + +2010-07-09 Giuseppe Scrivano + + * bootstrap.conf (buildreq): Relax gettext version to 0.17. + +2010-07-09 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Add `vasprintf'. Remove `asprintf'. + +2010-07-05 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Add `asprintf'. + +2010-06-22 Giuseppe Scrivano + + * configure.ac: By default use GNU TLS not OpenSSL. + +2010-06-17 Giuseppe Scrivano + + * windows: Remove directory. + * Makefile.am (SUBDIRS): Remove windows. + * configure.ac: Don't generate windows/Makefile. + +2010-06-15 Giuseppe Scrivano + + * m4/wget.m4 (WGET_STRUCT_SOCKADDR_STORAGE): Guard header inclusions. + (TYPE_STRUCT_SOCKADDR_IN6): Likewise. + (MEMBER_SIN6_SCOPE_ID): Likewise. + (PROTO_INET6): Likewise. + + * configure.ac: Don't check for `getaddrinfo'. + + * bootstrap.conf (gnulib_modules): Add `getaddrinfo' module. + +2010-06-10 Giuseppe Scrivano + + * configure.ac (AM_INIT_AUTOMAKE): Remove dist-bzip2 dist-lzma from + automake options. + Reported by: Daniel Stenberg . + +2010-06-10 Giuseppe Scrivano + + * bootstrap.conf (buildreq): Add definition. + +2010-06-04 Giuseppe Scrivano + + * build-aux/build_info.pl: Use /usr/bin/env to find the perl + interpreter. + * util/paramcheck.pl: Likewise. + * util/rmold.pl: Likewise. + Reported by sci-fi@hush.ai. + 2010-06-03 Giuseppe Scrivano * bootstrap.conf (gnulib_modules): Add iconv-h.