summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2010-08-05 20:56:44 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2010-08-05 22:18:02 -0400
commit64877e5e04bd7d59493c8c58d9fc25ca91139f07 (patch)
tree952f4762da3f202a8db8fbb3e1f6c5cf69e58fb8
parent83af6585210d0155a0ad400a1cb7c515a57ad6fe (diff)
downloadbison-64877e5e04bd7d59493c8c58d9fc25ca91139f07.tar.gz
Version 2.4.3.
* NEWS (2.4.3): Set date. (cherry picked from commit 06d61f775a47b9ae42c84872090cdbaf7204aef7) Conflicts: NEWS
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 682f84b3..0ed063d2 100644
--- 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 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.