Skip to content

Commit

Permalink
mention v2.6.2; summarize changes since 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westes committed Mar 18, 2016
1 parent e873499 commit 42325b8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# autoconf requirements and initialization

AC_INIT([the fast lexical analyser generator],[2.6.1],[[email protected]],[flex])
AC_INIT([the fast lexical analyser generator],[2.6.2],[[email protected]],[flex])
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
LT_INIT
Expand Down

0 comments on commit 42325b8

Please sign in to comment.