[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: closer to 1.4.9
From: |
Eric Blake |
Subject: |
Re: closer to 1.4.9 |
Date: |
Fri, 23 Mar 2007 14:32:44 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Eric Blake on 3/16/2007 6:33 AM:
> Now that Tandem works, all I need now before releasing 1.4.9 is a chunk of
> enough time. But in integrating with the latest gnulib, I noticed this
> source patch (thanks to Bruno for adding a NEWS file in gnulib that makes
> it easier to track such changes); I also missed a paragraph in the manual
> while doing doc merges to head.
And this change marks the release. I'll be uploading and sending the
announcements soon.
2007-03-23 Eric Blake <address@hidden>
Release 1.4.9:
* configure.ac (AC_INIT): Bump version number.
* NEWS: Describe changes since 1.4.8b.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGBDlr84KuGfSFAYARAqsWAJ4xvFn/ZuNwLOfNyQSbbZ1TEVBu7gCfR+lw
DNnU5UXeFh0mF/6MSjZIjvs=
=X28X
-----END PGP SIGNATURE-----
Index: NEWS
===================================================================
RCS file: /sources/m4/m4/NEWS,v
retrieving revision 1.1.1.1.2.96
diff -u -p -r1.1.1.1.2.96 NEWS
--- NEWS 28 Feb 2007 13:48:18 -0000 1.1.1.1.2.96
+++ NEWS 23 Mar 2007 13:48:40 -0000
@@ -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.9 - ?? ??? 2007, by ??? (CVS version 1.4.8c)
+Version 1.4.9 - 23 Mar 2007, by Eric Blake (CVS version 1.4.8c)
* Minor documentation and portability cleanups.
Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.36.2.37
diff -u -p -r1.36.2.37 configure.ac
--- configure.ac 16 Mar 2007 02:36:12 -0000 1.36.2.37
+++ configure.ac 23 Mar 2007 13:48:40 -0000
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.8c], address@hidden)
+AC_INIT([GNU M4], [1.4.9], address@hidden)
AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu])
PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE])
VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])