summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 636aae47..97792899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-05-29 Eric Blake <ebb9@byu.net>
+ Beta Release 1.4.9b:
+ * configure.ac (AC_INIT): Bump version number.
+ * NEWS: Describe changes since 1.4.9.
+
Improve format support.
* m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
vasprintf-posix'.
diff --git a/NEWS b/NEWS
index 3befc5ab..2596f940 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GNU M4 NEWS - User visible changes.
Copyright (C) 1992, 1993, 1994, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
-Version 1.4.10 - ?? ??? 2007, by ???? (CVS version 1.4.9a)
+Version 1.4.9b - 29 Mar 2007, by Eric Blake (CVS version 1.4.9a)
* Fix regression introduced in 1.4.9 in the `eval' builtin when performing
division.
@@ -16,6 +16,8 @@ Version 1.4.10 - ?? ??? 2007, by ???? (CVS version 1.4.9a)
* The `format' builtin now understands formats such as %a, %A, and %'hhd,
and works around a number of platform printf bugs. Furthermore, the
sequence format(%*.*d,-1,-1,1) no longer outputs random data.
+* The testsuite is improved to also run gnulib portability tests for the
+ features that M4 imports from gnulib.
Version 1.4.9 - 23 Mar 2007, by Eric Blake (CVS version 1.4.8c)
diff --git a/configure.ac b/configure.ac
index 84af58e4..3d5ea8b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.9a], [bug-m4@gnu.org])
+AC_INIT([GNU M4], [1.4.9b], [bug-m4@gnu.org])
AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu])
PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE])
VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])