diff --git a/ChangeLog b/ChangeLog index 15006698..39f591fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/Makefile.am b/Makefile.am index 9fdc5713..24d95e07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ SUBDIRS = lib src doc po tests util EXTRA_DIST = ChangeLog.README MAILING-LIST \ msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ msdos/Makefile.WC ABOUT-NLS \ - build-aux/build_info.pl .version + build-aux/build_info.pl build-aux/bzr-version-gen .version CLEANFILES = *~ *.bak $(DISTNAME).tar.gz diff --git a/NEWS b/NEWS index 27f27743..61a4983a 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ Please send GNU Wget bug reports to . ** Fix a memory leak problem in the GNU TLS backend. +** Autoreconf works again for distributed tarballs. * Changes in Wget 1.13.4