From: Joel E. Denny Date: Fri, 6 Aug 2010 00:56:44 +0000 (-0400) Subject: Version 2.4.3. X-Git-Tag: v2.7.90~662 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/64877e5e04bd7d59493c8c58d9fc25ca91139f07 Version 2.4.3. * NEWS (2.4.3): Set date. (cherry picked from commit 06d61f775a47b9ae42c84872090cdbaf7204aef7) Conflicts: NEWS --- diff --git a/ChangeLog b/ChangeLog index 682f84b3..0ed063d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-05 Joel E. Denny + + Version 2.4.3. + * NEWS (2.4.3): Set date. + 2010-08-04 Joel E. Denny maint: add gettext version to release announcements. diff --git a/NEWS b/NEWS index 40c06f5b..177fbbb6 100644 --- 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.