Add a ChangeLog entry for the previous change.
authorJim Meyering <jim@meyering.net>
Tue, 9 Oct 2007 15:26:52 +0000 (15:26 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 Oct 2007 15:26:52 +0000 (15:26 +0000)
ChangeLog

index d1f1d89..8b30515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-10-09  Jim Meyering  <meyering@redhat.com>
+
+       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  <Ralf.Wildenhues@gmx.de>
 
        * automake.in (TARGET_PATTERN): Allow leading digit.