commit 01e2b079b6d415200b41052a6e8f9ef16f6cb4ea
Author: Pádraig Brady <p...@draigbrady.com>
Date:   Mon Aug 28 21:09:08 2017 -0700

    doc: remove older ChangeLog items

    This saves about 0.5MB uncompressed from the tarball.

    * Makefile.am: Following on from v8.26-34-g2c64bc8
    update the oldest documented version to 8.18 which
    is now about 5 years old.  Also remove older ChangeLogs
    that were previously thought to be for changes not
    in the git history, but are adequately recorded upon review.
    * build-aux/ChangeLog-2007: Remove file.
    * lib/ChangeLog-2007: Likewise.
    * m4/ChangeLog-2007: Likewise.

diff --git a/Makefile.am b/Makefile.am
index 396112f..1c58fa5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,13 +19,7 @@ ALL_RECURSIVE_TARGETS =

 SUBDIRS = po . gnulib-tests

-changelog_etc =                                \
-  build-aux/ChangeLog-2007             \
-  lib/ChangeLog-2007                   \
-  m4/ChangeLog-2007
-
 EXTRA_DIST =                           \
-  $(changelog_etc)                     \
   .mailmap                             \
   .prev-version                                \
   .version                             \
@@ -99,7 +93,7 @@ dist-hook: gen-ChangeLog
        $(AM_V_at)touch $(distdir)/doc/constants.texi \
          $(distdir)/doc/coreutils.info

-gen_start_ver = 8.15
+gen_start_ver = 8.18
 .PHONY: gen-ChangeLog

Reply via email to