prep for 1.4.8b
Eric Blake <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I decided with all the recent gnulib changes that it would be nicer to put something on alpha.gnu.org for use on compile farms to iron out any bugs, rather than going straight to 1.4.9. So, I'm checking this in, and in a short while, I will send a beta release announcement. 2007-02-24 Eric Blake <[email protected]> Beta Release 1.4.8b: * configure.ac (AC_INIT): Bump version number. * NEWS: Describe changes since 1.4.8. - -- 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 iD8DBQFF4HGI84KuGfSFAYARAhTSAKClmEbVHRCH628pbpVotcbfKw0NPACfSS7F R1ZVPqLnkV66VHgsKlKsUTU= =dnr8 -----END PGP SIGNATURE----- _______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
m4.patch236
(text/plain, 1.2 KB)
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.94 diff -u -p -r1.1.1.1.2.94 NEWS --- NEWS 24 Feb 2007 14:02:23 -0000 1.1.1.1.2.94 +++ NEWS 24 Feb 2007 17:06:31 -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.8a) +Version 1.4.8b - 24 Feb 2007, by Eric Blake (CVS version 1.4.8a) * Fix a regression introduced in 1.4.8 that made m4 unable to process files larger than 2GiB on some platforms. Index: configure.ac =================================================================== RCS file: /sources/m4/m4/configure.ac,v retrieving revision 1.36.2.34 diff -u -p -r1.36.2.34 configure.ac --- configure.ac 13 Jan 2007 13:33:13 -0000 1.36.2.34 +++ configure.ac 24 Feb 2007 17:06:31 -0000 @@ -18,7 +18,7 @@ # 02110-1301 USA AC_PREREQ([2.60]) -AC_INIT([GNU M4], [1.4.8a], [[email protected]]) +AC_INIT([GNU M4], [1.4.8b], [[email protected]]) AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu]) PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE]) VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])