From dc2761d8986572eb2a0d1d3e433f375d11c2644b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Jun 2012 21:27:37 +0200 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 c068b24..c239c60 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -1.4 +1.5 diff --git a/NEWS b/NEWS index f9e48e8..8387975 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU gzip NEWS -*- outline -*- +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 1.5 (2012-06-17) [stable] ** Bug fixes diff --git a/cfg.mk b/cfg.mk index 3878c5c..866ba55 100644 --- a/cfg.mk +++ b/cfg.mk @@ -39,7 +39,7 @@ bootstrap-tools = autoconf,automake,gnulib # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 4e76bc5d3e489bb63342e85762172502 +old_NEWS_hash = d0765495b59ecf0a00addea6cdd35395 sc_obs_header_regex = \ \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\> -- 2.30.2