From: Pádraig Brady Date: Mon, 11 Mar 2019 00:08:36 +0000 (-0700) Subject: maint: post-release administrivia X-Git-Tag: v8.32~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab8c6047652c1a9245eb5b6dfdde218651109801;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 b0aabe1d72..72b9b4216c 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.30 +8.31 diff --git a/NEWS b/NEWS index bb51debd22..68018bddb3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 8.31 (2019-03-10) [stable] ** Bug fixes diff --git a/cfg.mk b/cfg.mk index 1aa1b265ce..b0b758dd5c 100644 --- a/cfg.mk +++ b/cfg.mk @@ -48,7 +48,7 @@ export VERBOSE = yes # 4914152 9e export XZ_OPT = -8e -old_NEWS_hash = 79133b52351baf64693804eed58a0cbc +old_NEWS_hash = 2672dea4d532560bb2fb3a7792a2b2c5 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'