summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-03-18 15:25:10 -0400
committerWill Estes <westes575@gmail.com>2016-03-18 15:25:10 -0400
commit42325b8b3934a9577d4bb347d6e5cf9a06945e9a (patch)
treeb5eba6bcfff89739de654df893729fb44441a72f /NEWS
parente873499f3218fa7f4a315992764b1a417da6d7ec (diff)
mention v2.6.2; summarize changes since 2.6.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2dce029..5d7a3a9 100644
--- 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