From: Pádraig Brady
Date: Fri, 15 Apr 2022 21:40:41 +0000 (+0100) Subject: maint: post-release administrivia X-Git-Tag: v9.2~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d59f5a54547eec3eb7b8103e6c38ae1f2f89f6;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 dd98ee6cb6..28a2186428 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -9.0 +9.1 diff --git a/NEWS b/NEWS index 69446d4317..7bedb0617f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 9.1 (2022-04-15) [stable] ** Bug fixes diff --git a/cfg.mk b/cfg.mk index f62801ebd4..c0ef67e030 100644 --- a/cfg.mk +++ b/cfg.mk @@ -49,7 +49,7 @@ export VERBOSE = yes # 4914152 9e export XZ_OPT = -8e -old_NEWS_hash = 612bad626bf28b1847ad0114cb2cd6fe +old_NEWS_hash = f365e0cf2c7890c617df6abe70615fce # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'