diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-18 19:56:25 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-18 19:56:25 +0100 |
commit | e246d654f37eee6ee8a5e87c33cde26520cd2e3d (patch) | |
tree | 330451743dc114b16d0dd406403184380c62d030 | |
parent | 447d2455510a70de8ffd2ddbde7a3eaacf502780 (diff) | |
download | coreutils-e246d654f37eee6ee8a5e87c33cde26520cd2e3d.tar.xz |
post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
-rw-r--r-- | .prev-version | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | cfg.mk | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.prev-version b/.prev-version index cc40bca69..b8eb02635 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.0 +8.1 @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 8.1 (2009-11-18) [stable] ** Bug fixes @@ -39,7 +39,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 785e51bc9af87e7eb004f9ba24a0ca27 +old_NEWS_hash = 2a36ca50a949f959645d9bfac8ec83ce # Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete. dd = $(srcdir)/src/dd.c |