From 525cc2dd42483bbdb4e4e60cec659fd286ead55f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 27 Mar 2016 21:03:50 -0700 Subject: [PATCH] maint: post-release administrivia * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. --- .prev-version | 2 +- NEWS | 3 +++ cfg.mk | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.prev-version b/.prev-version index 810ee4e..d3bdbdf 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -1.6 +1.7 diff --git a/NEWS b/NEWS index eda922e..d2bf976 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU gzip NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 1.7 (2016-03-27) [stable] ** Changes in behavior diff --git a/cfg.mk b/cfg.mk index 8ba07db..0fd675e 100644 --- a/cfg.mk +++ b/cfg.mk @@ -31,7 +31,7 @@ bootstrap-tools = autoconf,automake,gnulib # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = dada3abad00e555713d6e99738224904 +old_NEWS_hash = a0dd634b3c42fe877ba42dcc5a9b31f8 sc_obs_header_regex = \ \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\> -- 2.47.2