diff --git a/ChangeLog b/ChangeLog index e61927a3..f5559768 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 0f38b741..ee80d567 100644 --- a/NEWS +++ b/NEWS @@ -222,7 +222,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.