]> git.saurik.com Git - bison.git/commitdiff
Version 2.4.3_rc1. v2.4.3_rc1
authorJoel E. Denny <joeldenny@joeldenny.org>
Thu, 29 Jul 2010 02:12:08 +0000 (22:12 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Fri, 30 Jul 2010 00:50:21 +0000 (20:50 -0400)
* 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
NEWS
configure.ac

index 68c1aac62f57e2482b2c45161d5bab4390e78828..40496f15906984e0d1dacbc172b0bf398706afed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-28  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       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  <joeldenny@joeldenny.org>
 
        i18n: fix for gnulib.
diff --git a/NEWS b/NEWS
index 2ab2250df54c4228956e54f54e76a16caab7ed48..348240661579b83e9fac2eb206a0186f3dfacb04 100644 (file)
--- 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.
index c08805520e3e0b58820739ba0633611b5d2f4924..fa694704489b7f2f1b3b55537f4669a4d8d11f8d 100644 (file)
@@ -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.