]> git.saurik.com Git - bison.git/blobdiff - NEWS
build: do not prototype flex-generated functions.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index f6cc360a0442b945c2d27799f20f646eb3b46767..f554b9ff29865a430eeee9215ea7e247512f14cf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
 Bison News
 ----------
 
-* Changes in version 2.5.1 (????-??-??):
+* Changes in version 2.5.1_rc1 (2012-05-14):
 
 ** Future changes:
 
-  The next major release will drop support for K&R C.
+  The next major release will drop support for generating parsers in
+  K&R C.
 
 ** yacc.c: YYBACKUP works as expected.
 
@@ -58,7 +59,13 @@ Bison News
   format.  Incorrect index entries were fixed.  Some other errors were
   fixed.
 
-** Changes to the build system:
+** Building bison:
+
+*** Conflicting prototypes with recent/modified Flex.
+
+  Fixed build problems with the current, unreleased, version of Flex,
+  and some modified versions of 2.5.35, which have modified function
+  prototypes.
 
 *** Warnings during the build procedure have been eliminated.