From 7c90a28f17e97b3ec8213ff6e0b0a5d2382f8929 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 25 Sep 2021 11:11:06 +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 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.prev-version b/.prev-version index f2807196..a08ffae0 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -3.8.1 +3.8.2 diff --git a/NEWS b/NEWS index 3385e40a..1fa344cf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU Bison NEWS +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 3.8.2 (2021-09-25) [stable] Fixed portability issues of bison on Cygwin.