From: Peter Rosin Date: Mon, 12 Dec 2011 08:10:56 +0000 (+0100) Subject: * NEWS: Fix typo in 'make dist-bzip2' description. X-Git-Tag: v1.11.2~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c78ef3d74b138432801f72f5f8f50c7433d03b5;p=thirdparty%2Fautomake.git * NEWS: Fix typo in 'make dist-bzip2' description. --- diff --git a/ChangeLog b/ChangeLog index 826a4f7f1..b8ebd6422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-12 Peter Rosin + + * NEWS: Fix typo in 'make dist-bzip2' description. + 2011-12-10 Stefano Lattarini release: don't run "make distcheck" automatically diff --git a/NEWS b/NEWS index 790fabf78..46803a744 100644 --- a/NEWS +++ b/NEWS @@ -30,7 +30,7 @@ New in 1.11.0a: - You may adjust the compression options used in dist-xz and dist-bzip2. The default is now merely -e for xz, but still -9 for bzip; you may specify a different level via the XZ_OPT and BZIP2 envvars respectively. - E.g., "make dist-xz XZ_OPT=-7" or "make dist-xz BZIP2=-5" + E.g., "make dist-xz XZ_OPT=-7" or "make dist-bzip2 BZIP2=-5" - The py-compile script now accepts empty arguments passed to the options `--destdir' and `--basedir', and complains about unrecognized options.