X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=aa249b06012544dbe2a0b1a51952c67fe1060492;hb=f4122c50949f5bd5a9867a6074d39b56d29c660f;hp=2e5fdfacfbff6e0aa95d95099bdbaaf70978ad96;hpb=f3c2686ef7b1c772a125813a64515c8ef0bf5f28;p=wget diff --git a/ChangeLog b/ChangeLog index 2e5fdfac..aa249b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,75 @@ +2012-05-13 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Add `git-version-gen'. + * build-aux/bzr-version-gen: Remove file. + * configure.ac: Invoke `build-aux/git-version-gen' to get the dist + version. + * Makefile.am (EXTRA_DIST): Distribute build-aux/git-version-gen instead + of build-aux/bzr-version-gen. + +2012-04-11 Gijs van Tulder + + * bootstrap.conf (gnulib_modules): Include module `regex'. + * configure.ac: Check for PCRE library. + +2012-03-25 Ray Satiro + + * configure.ac: Fix build under mingw when OpenSSL is used. + +2012-03-20 Ángel González + + * bootstrap.conf (gnulib_modules): Add modules `ftello', + `mkstemp' and `strtok_r'. + +2012-02-26 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Add module `closeout'. + +2012-01-09 Gijs van Tulder + + * configure.ac: Always try to use libz, even without SSL. + +2011-12-12 Giuseppe Scrivano + + * Makefile.am (EXTRA_DIST): Add build-aux/bzr-version-gen. + Reported by: Elan Ruusamäe . + +2011-12-11 Giuseppe Scrivano + + * util/trunc.c (main): Call `close' on the fd and check for errors. + Reported by: . + +2011-10-23 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Include module `vsnprintf'. + +2011-10-16 Steven Schubiger + + * util/paramcheck.pl: Match 1 or more times where applicable. + (extract_entries): Return a copy instead of reference. + +2011-09-04 Alan Hourihane (tiny change) + + * configure.ac: Check for libz when gnutls is used. + +2011-08-26 Giuseppe Scrivano + + * configure.ac: Under mingw don't check for static OpenSSL + libraries if the shared version was already found. + Suggested by: Ray Satiro . + +2011-08-25 Giuseppe Scrivano + + * configure.ac: Check for `utime'. + 2011-08-11 Giuseppe Scrivano + * bootstrap.conf (gnulib_modules): Add `sigprocmask'. + + * configure.ac: Do not hardcode GNU TLS and OpenSSL libraries. + + * bootstrap.conf (gnulib_modules): Include module iconv. + * configure.ac: Allow --with-libgnutls-prefix and --with-libssl-prefix Suggested by: Karl Berry