diff options
author | Jim Meyering <meyering@redhat.com> | 2012-08-12 10:07:32 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-12 10:07:32 +0200 |
commit | a07dfa9064bf80b4ceea7048c3104495797a6668 (patch) | |
tree | 21e75a78d199a497e2439743fab88893c1ea55bf | |
parent | 7e96482b4740b3750703f386f3c31740b0ab74cc (diff) | |
download | coreutils-a07dfa9064bf80b4ceea7048c3104495797a6668.tar.xz |
maint: 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 a59685238..fc6946b46 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.17 +8.18 @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 8.18 (2012-08-12) [stable] ** Bug fixes @@ -45,7 +45,7 @@ export VERBOSE = yes # 4914152 9e export XZ_OPT = -8e -old_NEWS_hash = 38cad4d11c6ce866fc52213e3a4dc437 +old_NEWS_hash = b081ffe4128201150126951b1d8263e1 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' |