]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: remove older ChangeLog items
authorPádraig Brady <P@draigBrady.com>
Wed, 17 Sep 2025 12:19:32 +0000 (13:19 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 17 Sep 2025 12:19:32 +0000 (13:19 +0100)
* Makefile.am: Update the oldest documented version
to 8.32 which is now about 5 years old.

Makefile.am

index 12d34cda86af25004fa6f531f1aeb5b3e11e62bd..71f0936834933f30a09291e2c37040bc7c978848 100644 (file)
@@ -92,7 +92,8 @@ dist-hook: gen-ChangeLog
        $(AM_V_at)touch $(distdir)/doc/constants.texi \
          $(distdir)/doc/coreutils.info
 
-gen_start_ver = 8.31
+# Keep about 5 years of changelogs
+gen_start_ver = 8.32
 .PHONY: gen-ChangeLog
 gen-ChangeLog:
        $(AM_V_GEN)if test -d .git; then                                \