Re: closer to 1.4.9
Eric Blake <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
-----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 <[email protected]> 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 [email protected] -----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----- _______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
m4.patch249
(text/plain, 1.1 KB)
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], [[email protected]]) +AC_INIT([GNU M4], [1.4.9], [[email protected]]) AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu]) PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE]) VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])