]> git.saurik.com Git - bison.git/commitdiff
Version 2.4.3.
authorJoel E. Denny <joeldenny@joeldenny.org>
Fri, 6 Aug 2010 00:56:44 +0000 (20:56 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Fri, 6 Aug 2010 02:18:02 +0000 (22:18 -0400)
* NEWS (2.4.3): Set date.
(cherry picked from commit 06d61f775a47b9ae42c84872090cdbaf7204aef7)

Conflicts:

NEWS

ChangeLog
NEWS

index 682f84b3abfa945edac911bdb3ff9039a1b4bc3e..0ed063d2e66427181278f50be2248f7f7003d916 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-05  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       Version 2.4.3.
+       * NEWS (2.4.3): Set date.
+
 2010-08-04  Joel E. Denny  <joeldenny@joeldenny.org>
 
        maint: add gettext version to release announcements.
diff --git a/NEWS b/NEWS
index 40c06f5bcced15e55e41bfd55f6192a9ca887283..177fbbb6288798c30e1190d0bbd2807710892929 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -281,7 +281,7 @@ Bison News
   the user %code sections so that its #ifndef guard does not try to
   override the user's YYLLOC_DEFAULT if provided.
 
-* Changes in version 2.4.3 (????-??-??):
+* Changes in version 2.4.3 (2010-08-05):
 
 ** Bison now obeys -Werror and --warnings=error for warnings about
    grammar rules that are useless in the parser due to conflicts.