diff options
author | Jim Meyering <meyering@redhat.com> | 2011-02-04 18:19:36 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-02-04 18:19:36 +0100 |
commit | 661413d8c3654e8418c5b5aab36bdba13296c8e1 (patch) | |
tree | 570bff66aac7ef1b101fe6f643ada1f3df7eab12 | |
parent | ca637bff0e29732aad99f4c08afbf61c44ed94f0 (diff) | |
download | coreutils-661413d8c3654e8418c5b5aab36bdba13296c8e1.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 fa97ecedc..22ec1e649 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -8.9 +8.10 @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 8.10 (2011-02-04) [stable] ** Bug fixes @@ -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 = f2ebf9f1f16209f7a4b9927a755956fa +old_NEWS_hash = 6830d50281733e19bb2baff7a891e1f8 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' |