]> granicus.if.org Git - flex/commitdiff
mention v2.6.2; summarize changes since 2.6.1
authorWill Estes <westes575@gmail.com>
Fri, 18 Mar 2016 19:25:10 +0000 (15:25 -0400)
committerWill Estes <westes575@gmail.com>
Fri, 18 Mar 2016 19:25:10 +0000 (15:25 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2dce0293ff3a9f226f038693b01a00104863ddd3..5d7a3a94619b013c7a9efaff375de6c0b8f18263 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,26 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
+* version 2.6.2
+
+** flex internals
+
+*** more compilation warnings were squashed in generated scanners
+
+*** prevented a buffer overflow that could occur when input buffers were the exact wrong size
+
+** test suite
+
+*** general code cleanups in a number of tests now make the test suite compile much more cleanly
+
+** build system
+
+*** Portability warnings when generating Makefile.in files are now suppressed; they were just noise and the use of GNU extensions in Makefile.{am,in,} was intentional and well known.
+
+** bugs
+
+*** resolved gh#67
+
 * version 2.6.1 released 2016-03-01
 
 ** flex resources
index 8dd4a08366d4e073f50d7eace47445a7eb00ca7c..2bfdd1ebb1a2f1bdab673e1118aff31bd9aa15e8 100644 (file)
@@ -24,7 +24,7 @@
 
 # autoconf requirements and initialization
 
-AC_INIT([the fast lexical analyser generator],[2.6.1],[flex-help@lists.sourceforge.net],[flex])
+AC_INIT([the fast lexical analyser generator],[2.6.2],[flex-help@lists.sourceforge.net],[flex])
 AC_CONFIG_SRCDIR([src/scan.l])
 AC_CONFIG_AUX_DIR([build-aux])
 LT_INIT