]> granicus.if.org Git - flex/commitdiff
version 2.5.33 marks in NEWS and configure.in
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 20 Feb 2006 19:22:25 +0000 (19:22 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 20 Feb 2006 19:22:25 +0000 (19:22 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index ca4868584eb3353b9f2b9b60717fdce02ff860e7..17b9c45316d5826df9f3e54e7e9b3d772b445f21 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,21 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
-* after version 2.5.31
+* version 2.5.33 released 2006-2-20
+
+** all flex resources are now to be found from the website at
+   http://flex.sourceforge.net/
+
+** there was no release 2.5.32 published
+
+** numerous bug and security fixes
 
 ** new nl, vi, sv, ro, po, ga, ca, fr, tr translations from the translation project
 
 ** upgrade to use gettext 0.12 (this now makes the "pdf" and "ps"
    targets in the build system able to be run successfully)
 
-* version 2.5.31 rleased 2003-4-1
+* version 2.5.31 released 2003-4-1
 
 ** remove --enable-maintainer-mode configure option; none of the
    Makefiles were using it and it can be unduely confusing
index 016e3844915ea37359cbb6bd5bb66c117a0e8473..da32548e5b7609a7462e79e633674a9a4a916db7 100644 (file)
@@ -24,7 +24,7 @@ dnl PURPOSE.
 dnl autoconf requirements and initialization
 
 AC_PREREQ(2.54)
-AC_INIT(flex,2.5.31,flex-help@lists.sourceforge.net)
+AC_INIT(flex,2.5.33,flex-help@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(scan.l)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADER(config.h:conf.in)