mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* NEWS: Version 2.3b.
* configure.ac (AC_INIT): Likewise. (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* NEWS: Version 2.3b.
|
||||
* configure.ac (AC_INIT): Likewise.
|
||||
(PACKAGE_COPYRIGHT_YEAR): Update to 2008.
|
||||
|
||||
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* HACKING: Don't say don't mention HACKING in the ChangeLog. We've
|
||||
|
||||
2
NEWS
2
NEWS
@@ -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:
|
||||
|
||||
@@ -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+], [bug-bison@gnu.org])
|
||||
AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2007],
|
||||
AC_INIT([GNU Bison], [2.3b], [bug-bison@gnu.org])
|
||||
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])
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||
.TH BISON "1" "March 2008" "bison 2.3a+" "User Commands"
|
||||
.TH BISON "1" "May 2008" "bison 2.3b" "User Commands"
|
||||
.SH NAME
|
||||
bison \- GNU Project parser generator (yacc replacement)
|
||||
.SH SYNOPSIS
|
||||
@@ -175,7 +175,7 @@ Written by Robert Corbett and Richard Stallman.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug\-bison@gnu.org>.
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2007 Free Software Foundation, Inc.
|
||||
Copyright \(co 2008 Free Software Foundation, Inc.
|
||||
.br
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Reference in New Issue
Block a user