Version 2.1.

This commit is contained in:
Paul Eggert
2006-05-19 21:46:07 +00:00
parent 9138c575d8
commit ab8d9dc52f
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Version 2.1.
* configure.ac (AC_INIT): Likewise.
2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu> 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
* data/glr.c (yyreportTree): Make room in yystates for the state * data/glr.c (yyreportTree): Make room in yystates for the state

4
NEWS
View File

@@ -1,7 +1,7 @@
Bison News Bison News
---------- ----------
Changes in version 2.2, 2006-05-09: Changes in version 2.2, 2006-05-19:
* The distribution terms for all Bison-generated parsers now permit * The distribution terms for all Bison-generated parsers now permit
using the parsers in nonfree programs. Previously, this permission using the parsers in nonfree programs. Previously, this permission
@@ -79,7 +79,7 @@ Changes in version 2.2, 2006-05-09:
for previous releases of Bison, and this one. for previous releases of Bison, and this one.
If you wish to update, then make sure older version of Bison will If you wish to update, then make sure older version of Bison will
fail using `%require "2.1a"'. fail using `%require "2.2"'.
* DJGPP support added. * DJGPP support added.

View File

@@ -24,7 +24,7 @@
# least Autoconf 2.59. # least Autoconf 2.59.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([GNU Bison], [2.1b], [bug-bison@gnu.org]) AC_INIT([GNU Bison], [2.2], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])