]> git.saurik.com Git - bison.git/commitdiff
Version 2.5.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sat, 14 May 2011 22:14:52 +0000 (18:14 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sat, 14 May 2011 22:16:35 +0000 (18:16 -0400)
* NEWS (2.5): Set date.
(cherry picked from commit b2bc8a1ba001669ad12b15d39ec425e81b41e778)

Conflicts:

NEWS

ChangeLog
NEWS

index 143cbbf6cee4b393533949bd4a7539e5d817f7bf..26446bacc4369568f46c005167caecd9fdbcd9ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-14  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       Version 2.5.
+       * NEWS (2.5): Set date.
+
 2011-05-14  Joel E. Denny  <joeldenny@joeldenny.org>
 
        Don't use IF_LINT in Bison sources.
diff --git a/NEWS b/NEWS
index 3b2251216add41ca1d8655877767a932491541a0..ec94f4db0cd290a214b7c526d17cbc6b1c2edfdd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,7 @@ Bison News
   allow the programmer to prune possible parses based on the values of
   runtime expressions.
 
-* Changes in version 2.5 (????-??-??):
+* Changes in version 2.5 (2011-05-14):
 
 ** Grammar symbol names can now contain non-initial dashes:
 
@@ -393,7 +393,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,