X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=822dd941c922d2acba6dfcbd71d1fb46759f15e8;hp=2f0f96553362ccb9a6b99c01d995e31bcf700c33;hb=97787110a2b6e99f80b277dbffdbbc4b0d608a55;hpb=ee9d4a905769c7bdfad94947c48aaada329fc9de diff --git a/ChangeLog b/ChangeLog index 2f0f9655..822dd941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2014-02-24 Giuseppe Scrivano + + * gnulib: update module. + Reported by: Darshit Shah . + +2014-02-06 Giuseppe Scrivano + + * configure.ac: Update copyright years. + +2013-12-22 Giuseppe Scrivano + + * gnulib: add git submodule. + +2013-09-13 Tim Ruehsen + + * configure.ac: added a summary of build options + fixed some indentations + removed the unconditionally adding of libz with --with-ssl + removed -lgcrypt and -lgpg-error for gnutls + +2013-07-23 Tim Ruehsen + + * configure.ac: Remove AM_CONDITIONAL HAVE_NETTLE. + Reported by: Darshit Shah . + +2013-07-13 Tim Ruehsen + + * configure.ac: check for libnettle when GNU TLS is used. + +2013-05-17 Bykov Aleksey + + * bootstrap: Add `mkostemp' + +2012-10-07 Giuseppe Scrivano + + * configure.ac: Check for patchconf. + +2012-09-23 Merinov Nikolay + + * m4/wget.m4 (WGET_FNMATCH): Add AC_LANG_SOURCE into + AC_COMPILE_IFELSE in order to silence autoconf 2.68 warning. + +2012-09-20 Giuseppe Scrivano + + * bootstrap: Update from gnulib. + +2012-09-02 Nguyễn Thái Ngọc Duy (tiny change) + + * po/POTFILES.in: Add more files. + +2012-07-08 Giuseppe Scrivano + + * bootstrap: Update from gnulib. + * bootstrap.conf (gnulib_extra_files): Remove $build_aux/missing. + * lib/Makefile.am: Delete file. + +2012-06-16 Giuseppe Scrivano + + * bootstrap.conf (gnulib_modules): Remove `closeout'. + Reported by: Micah Cowan . + 2012-05-31 Ángel González * convert.c: fix segfault on wrong urls (bug 36570)