From: Jim Meyering Date: Sun, 5 Oct 2008 19:27:05 +0000 (+0200) Subject: post-release administrivia X-Git-Tag: v7.1~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9da2d0e8759db7927aada432ea478df312580d5;p=thirdparty%2Fcoreutils.git post-release administrivia * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. --- diff --git a/.prev-version b/.prev-version index a3dbbd6d31..4fedf1d20e 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -6.12 +7.0 diff --git a/NEWS b/NEWS index e5524fa400..5ef98041ce 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 7.0 (2008-10-05) [beta] ** New programs diff --git a/cfg.mk b/cfg.mk index 6924e0ea90..9de10cefeb 100644 --- a/cfg.mk +++ b/cfg.mk @@ -42,4 +42,4 @@ gnulib_dir = /gnulib # Now that we have better (check.mk) tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 95fc7a26fa253d57cabe4b058167a4f9 - +old_NEWS_hash = e56dee27333ad86eaf0aa7ac7d04fca5 -