]> granicus.if.org Git - flex/commitdiff
millaway's done a lot of things which need to be mentioned in NEWS
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 19 Aug 2002 12:51:08 +0000 (12:51 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 19 Aug 2002 12:51:08 +0000 (12:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index db6f8ce02e108586e103e7afbda23b6ef765d8e2..3dcd4d344a3c45dc696d3289b5c83eda392f7eb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,21 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
+* after version 2.5.14
+
+** zh_cn translation added from translation project
+
+** a bug that caused a segfault has now been fixed
+
+** the test suite now respects the usual CFLAGS, etc. variables
+
+** removed some warnings which some tests trigggered with the -s option
+
+** the flex-generated header file now tries to be smarter about
+   conditionally including start conditions
+
+** tables code omitted from generated scanner when not used
+
 * version 2.5.14 2002-8-15
 
 ** the tests using the reentrant c scanner as c++ were reworked