bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

finalizing 2.3b


From: Joel E. Denny
Subject: finalizing 2.3b
Date: Fri, 23 May 2008 01:32:59 -0400 (EDT)

make distcheck passes, so I committed this.  I will soon attempt to upload 
a 2.3b tarball.  If it fails because I am not authorized to upload, I will 
seek authorization.  Otherwise, I'll follow with a patch to initialize 
NEWS and configure.ac for 2.3b+ development.

Index: ChangeLog
===================================================================
RCS file: /sources/bison/bison/ChangeLog,v
retrieving revision 1.1790
diff -p -u -r1.1790 ChangeLog
--- ChangeLog   23 May 2008 04:36:56 -0000      1.1790
+++ ChangeLog   23 May 2008 05:21:22 -0000
@@ -1,5 +1,11 @@
 2008-05-23  Joel E. Denny  <address@hidden>
 
+       * NEWS: Version 2.3b.
+       * configure.ac (AC_INIT): Likewise.
+       (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
+
+2008-05-23  Joel E. Denny  <address@hidden>
+
        * HACKING: Don't say don't mention HACKING in the ChangeLog.  We've
        been doing it for years.
        (Test suite): Mention maintainer-push-check and maintainer-xml-check.
Index: NEWS
===================================================================
RCS file: /sources/bison/bison/NEWS,v
retrieving revision 1.188
diff -p -u -r1.188 NEWS
--- NEWS        8 Mar 2008 20:49:56 -0000       1.188
+++ NEWS        23 May 2008 05:21:23 -0000
@@ -1,7 +1,7 @@
 Bison News
 ----------
 
-Changes in version 2.3a+ (????-??-??):
+Changes in version 2.3b (2008-05-23):
 
 * The quotes around NAME that used to be required in the following directive
   are now deprecated:
Index: configure.ac
===================================================================
RCS file: /sources/bison/bison/configure.ac,v
retrieving revision 1.86
diff -p -u -r1.86 configure.ac
--- configure.ac        21 Apr 2008 01:03:21 -0000      1.86
+++ configure.ac        23 May 2008 05:21:23 -0000
@@ -19,10 +19,10 @@
 # We have strange test case titles, so we need Autoconf 2.61 or better.
 AC_PREREQ(2.61)
 
-AC_INIT([GNU Bison], [2.3a+], address@hidden)
-AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2007],
+AC_INIT([GNU Bison], [2.3b], address@hidden)
+AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008],
           [The copyright year for this package])
-AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2007])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]