From: Pádraig Brady
Date: Fri, 24 Sep 2021 12:58:11 +0000 (+0100) Subject: maint: post-release administrivia X-Git-Tag: v9.1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f38c4b27921a57a2bb5d999549411c2abe2fae6;p=thirdparty%2Fcoreutils.git maint: post-release administrivia * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. --- diff --git a/.prev-version b/.prev-version index 5540931831..dd98ee6cb6 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.32 +9.0 diff --git a/NEWS b/NEWS index f2fbcbb971..a1470a7d71 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 9.0 (2021-09-24) [stable] ** Bug fixes diff --git a/cfg.mk b/cfg.mk index d567f68ba8..ccd591e7d3 100644 --- a/cfg.mk +++ b/cfg.mk @@ -49,7 +49,7 @@ export VERBOSE = yes # 4914152 9e export XZ_OPT = -8e -old_NEWS_hash = ad874c61dc38785cb432159b725fc3de +old_NEWS_hash = 4d17651e2318a01687a1f0fdca9177e5 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'