I pushed this to branch-2.4.3. >From d45746a0b7f853aa7a7c22d6d05b786b4a4e5493 Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Wed, 28 Jul 2010 22:12:08 -0400 Subject: [PATCH] Version 2.4.3_rc1.
* NEWS (2.4.3): Rename to... (2.4.3_rc1): ... this for now so we can include translation updates in 2.4.3, and set release date. * configure.ac (AM_INIT_AUTOMAKE): Underscore rather than dash in version string now indicates a release candidate and that we thus cannot enable gnits. Dash confuses git-version-gen. --- ChangeLog | 10 ++++++++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68c1aac..40496f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2010-07-28 Joel E. Denny <[email protected]> + Version 2.4.3_rc1. + * NEWS (2.4.3): Rename to... + (2.4.3_rc1): ... this for now so we can include translation + updates in 2.4.3, and set release date. + * configure.ac (AM_INIT_AUTOMAKE): Underscore rather than dash + in version string now indicates a release candidate and that we + thus cannot enable gnits. Dash confuses git-version-gen. + +2010-07-28 Joel E. Denny <[email protected]> + i18n: fix for gnulib. * po/POTFILES.in: Add remaining gnulib files that have translatable strings. diff --git a/NEWS b/NEWS index 2ab2250..3482406 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -* Changes in version 2.4.3 (????-??-??): +* Changes in version 2.4.3_rc1 (2010-07-29): ** Problems with spawning M4 on at least FreeBSD 8 and FreeBSD 9 have been fixed. diff --git a/configure.ac b/configure.ac index c088055..fa69470 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_CONFIG_MACRO_DIR([m4]) # for example, run make dist at other times without being required to add a # bogus NEWS entry. AM_INIT_AUTOMAKE([1.11.1 dist-bzip2] - m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [-], [gnu], [gnits])) + m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [_], [gnu], [gnits])) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) # Checks for the compiler. -- 1.7.0.4
