[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
m4 1.4.5
From: |
Eric Blake |
Subject: |
m4 1.4.5 |
Date: |
Sat, 15 Jul 2006 16:52:39 -0600 |
User-agent: |
Thunderbird 1.5.0.4 (Windows/20060516) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Final patch before the release (and hopefully the last patch we have to
make to branch-1_4). I hope to have the web page updated with the manual
by early next week, as well as sending the release announcement once I
verify the files were uploaded correctly to ftp.gnu.org.
2006-07-15 Eric Blake <address@hidden>
Release 1.4.5:
* configure.ac (AC_INIT): Bump version number.
* NEWS: Describe changes since 1.4.4.
- --
Life is short - so eat dessert first!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEuXG384KuGfSFAYARAjJIAJ95xUNC7Abq8V6Or3lbEf5t9kDxVwCg1y52
ANFVaMd5CsVaqR26bvvOxnQ=
=L1Cf
-----END PGP SIGNATURE-----
Index: NEWS
===================================================================
RCS file: /sources/m4/m4/NEWS,v
retrieving revision 1.1.1.1.2.38
diff -u -p -r1.1.1.1.2.38 NEWS
--- NEWS 14 Jul 2006 20:43:22 -0000 1.1.1.1.2.38
+++ NEWS 15 Jul 2006 22:34:45 -0000
@@ -2,7 +2,7 @@ GNU M4 NEWS - User visible changes.
Copyright (C) 1992, 1993, 1994, 2004, 2005, 2006 Free Software
Foundation, Inc.
-Version 1.4.5 - ?? 2006, by ??? (CVS version 1.4.4c)
+Version 1.4.5 - 15 July 2006, by Eric Blake (CVS version 1.4.4c)
* Fix sysval on BeOS, OS/2, and other systems that store exit status
in the low-order byte. Additionally, on Unix platforms, if syscmd was
Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.36.2.21
diff -u -p -r1.36.2.21 configure.ac
--- configure.ac 7 Jul 2006 02:40:46 -0000 1.36.2.21
+++ configure.ac 15 Jul 2006 22:34:45 -0000
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.4c], address@hidden)
+AC_INIT([GNU M4], [1.4.5], address@hidden)
AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu])
PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE])
VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])