diff options
author | Will Estes <wlestes@users.sourceforge.net> | 2007-09-12 15:28:31 +0000 |
---|---|---|
committer | Will Estes <wlestes@users.sourceforge.net> | 2007-09-12 15:28:31 +0000 |
commit | 2fb8446834158ab8f8302861c80626fa8dc7e173 (patch) | |
tree | ef1e684c315fb171ad02efcfb1ec30205eb58e44 /NEWS | |
parent | e4c11cf7b3e3455ac64e798ec5c268fa194744d2 (diff) | |
download | flex-git-2fb8446834158ab8f8302861c80626fa8dc7e173.tar.gz |
update version number to 2.5.35
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,12 +3,14 @@ changes between releases of flex. See the file COPYING for copying conditions. -* version 2.5.34, released 2007-6-28 +* version 2.5.35 ** introduce yylex_init_extra; see the manual for details ** introduce %option extra-type="your_type *" (resolves bug #1744505) +* version 2.5.34, released 2007-6-28 + ** The flex program now parses multiple short concatenated options (resolves bug #1619820). Thanks to Petr Machata of Red Hat on this issue. |