]> git.saurik.com Git - bison.git/blobdiff - NEWS
Added `bison.simple' to list of files removed by `make distclean'.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index db839bdd67831a78da7c7ffa0416ead6c99d1f6e..6833d69fe7cdf39ed674c3d8adb579b09468e643 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 Bison News
 ----------
 
+Change in version 1.26:
+
+* Bison now uses automake.
+
+* New mailing lists: <bug-bison@gnu.org> and <help-bison@gnu.org>.
+
+* Token numbers now start at 257 as previously documented, not 258.
+
+* Bison honors the TMPDIR environment variable.
+
+* A couple of buffer overruns have been fixed.
+
+* Problems when closing files should now be reported.
+
+* Generated parsers should now work even on operating systems which do
+  not provide alloca().
+\f
 Change in version 1.25:
 
 * Errors in the input grammar are not fatal; Bison keeps reading