I pushed this to branch-2.5 and master. I also pushed a v2.5 tag. If we find a fix for the m4 configure issues that Tys and I are discussing, we can roll a 2.5.1. I don't want to put off 2.5 any longer.
>From b2bc8a1ba001669ad12b15d39ec425e81b41e778 Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Sat, 14 May 2011 18:14:52 -0400 Subject: [PATCH] Version 2.5. * NEWS (2.5): Set date. --- ChangeLog | 5 +++++ NEWS | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51cf321..3302b42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-05-14 Joel E. Denny <[email protected]> + Version 2.5. + * NEWS (2.5): Set date. + +2011-05-14 Joel E. Denny <[email protected]> + Don't use IF_LINT in Bison sources. It creates unnecessary differences between the sources that Bison maintainers build and test (given that maintainers normally diff --git a/NEWS b/NEWS index e063b78..f481850 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -* Changes in version 2.5 (????-??-??): +* Changes in version 2.5 (2011-05-14): ** Grammar symbol names can now contain non-initial dashes: @@ -334,7 +334,7 @@ Bison News bison -Werror,none,yacc gram.y -*** The `none' category now disables all Bison warnings. +*** The `none' category now disables all Bison warnings: Previously, the `none' category disabled only Bison warnings for which there existed a specific -W/--warning category. However, -- 1.7.0.4
