From: Jim Meyering Date: Tue, 31 Mar 2009 12:48:50 +0000 (+0200) Subject: post-release administrivia X-Git-Tag: v7.3~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=278ae924be8afddd39e9875cc08a7ac4d18ecea3;p=platform%2Fupstream%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 0f0fefa..5904f7a 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -7.1 +7.2 diff --git a/NEWS b/NEWS index 4d948b4..1292896 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 7.2 (2009-03-31) [stable] ** New features diff --git a/cfg.mk b/cfg.mk index 29a03a7..1828484 100644 --- a/cfg.mk +++ b/cfg.mk @@ -45,7 +45,7 @@ gnulib_dir = /gnulib # Now that we have better (check.mk) tests, make this the default. export VERBOSE = yes -old_NEWS_hash = fa6cba1740b3f385520c1b54d90859ca +old_NEWS_hash = 323729e8ee5a0a21816811bc6ef87c9a # Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete. dd = $(srcdir)/src/dd.c