From: Jim Meyering Date: Tue, 9 Oct 2007 15:26:52 +0000 (+0000) Subject: Add a ChangeLog entry for the previous change. X-Git-Tag: v1.10b~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=386bf599bdac44e3148c8617b6451f7f802e8d81;p=platform%2Fupstream%2Fautomake.git Add a ChangeLog entry for the previous change. --- diff --git a/ChangeLog b/ChangeLog index d1f1d89..8b30515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2007-10-09 Jim Meyering + + Add lzma compression support. + * NEWS: Mention it. + * automake.in (handle_dist): Recognize dist-lzma. + (make_paragraphs): Map LZMA to dist-lzma. + * doc/automake.texi (Dist): Add dist-lzma. + (Options): Likewise. + * lib/Automake/Options.pm (_process_option_list): + * lib/am/distdir.am (dist-lzma): New rule. + (dist dist-all): Add command to create an lzma-compressed tarball. + (distcheck): Handle lzma-compressed tarballs just like the others. + * tests/defs.in: Test for lzma, too. + * tests/lzma.test: New file, based on nogzip.test. + * tests/Makefile.am (TESTS): Add lzma.test. + * tests/Makefile.in: Regenerate. + Suggestion from Karl Berry. + 2007-09-30 Ralf Wildenhues * automake.in (TARGET_PATTERN): Allow leading digit.