I pushed these to branch-2.5. I also pushed a v2.5_rc1 tag. >From 1e811aacd73a806e929243a2b5756529cba011a0 Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Sun, 1 May 2011 10:27:37 -0400 Subject: [PATCH 1/2] Version 2.5_rc1.
* NEWS (2.5): Rename to... (2.5_rc1): ... this, and set date. --- ChangeLog | 6 ++++++ NEWS | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c846f8..f3abcc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-01 Joel E. Denny <[email protected]> + Version 2.5_rc1. + * NEWS (2.5): Rename to... + (2.5_rc1): ... this, and set date. + +2011-05-01 Joel E. Denny <[email protected]> + Pacify -DGNULIB_POSIXCHECK. * bootstrap.conf (gnulib_modules): Add all modules suggested by -DGNULIB_POSIXCHECK. diff --git a/NEWS b/NEWS index 3eb2cc6..ca94eda 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -* Changes in version 2.5 (????-??-??): +* Changes in version 2.5_rc1 (2011-05-01): ** Grammar symbol names can now contain non-initial dashes: -- 1.7.0.4 >From 441735026b38afedb296710e78f45af7e66a5fc8 Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Sun, 1 May 2011 18:41:34 -0400 Subject: [PATCH 2/2] Prepare for 2.5 release. * NEWS (2.5_rc1): Rename back to... (2.5): ... this, and unset date. --- ChangeLog | 6 ++++++ NEWS | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3abcc2..ce38095 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-01 Joel E. Denny <[email protected]> + Prepare for 2.5 release. + * NEWS (2.5_rc1): Rename back to... + (2.5): ... this, and unset date. + +2011-05-01 Joel E. Denny <[email protected]> + Version 2.5_rc1. * NEWS (2.5): Rename to... (2.5_rc1): ... this, and set date. diff --git a/NEWS b/NEWS index ca94eda..3eb2cc6 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -* Changes in version 2.5_rc1 (2011-05-01): +* Changes in version 2.5 (????-??-??): ** Grammar symbol names can now contain non-initial dashes: -- 1.7.0.4
