summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2006-02-20 19:22:25 +0000
committerWill Estes <wlestes@users.sourceforge.net>2006-02-20 19:22:25 +0000
commite6f147b7a5f2ec2dc862dc9d30b3734b9555a1ea (patch)
tree45969bc9d030bb8730ce98dcf80060ca728bc451
parent3c6480c09a95f950e6a930f6eb23d996957d54ea (diff)
version 2.5.33 marks in NEWS and configure.in
-rw-r--r--NEWS11
-rw-r--r--configure.in2
2 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ca48685..17b9c45 100644
--- 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
diff --git a/configure.in b/configure.in
index 016e384..da32548 100644
--- a/configure.in
+++ b/configure.in
@@ -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)