From 765d67410c9907629b5c0ce3e37dd0a86a7fc25a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Apr 2010 18:36:32 +0200 Subject: [PATCH] post-release administrivia * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. --- .prev-version | 2 +- NEWS | 3 +++ cfg.mk | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.prev-version b/.prev-version index c9dc04908..188c40921 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.4 +8.5 diff --git a/NEWS b/NEWS index 7eb934f5c..fdb03fd4f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 8.5 (2010-04-23) [stable] ** Bug fixes diff --git a/cfg.mk b/cfg.mk index 71bcb5573..398360825 100644 --- a/cfg.mk +++ b/cfg.mk @@ -27,7 +27,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 9518f4930d702a9fa6ac6b9fd06cca94 +old_NEWS_hash = 27e765279d5735f99114b57fa097e6bd # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' -- 2.34.1