From a0000ba4ae23b770ba0756f0c8cfc59aa9fabbe3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Dec 2009 14:43:13 +0100 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 b8eb026..2983cad 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.1 +8.2 diff --git a/NEWS b/NEWS index 72c8709..bef66c8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 8.2 (2009-12-11) [stable] ** Bug fixes diff --git a/cfg.mk b/cfg.mk index c57c0d3..2d626b0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -29,7 +29,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 2a36ca50a949f959645d9bfac8ec83ce +old_NEWS_hash = 919fd726a332310f8448ebcddd2b10e9 # Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete. dd = $(srcdir)/src/dd.c -- 2.7.4