m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: branch-1_4 maintainer-clean


From: Eric Blake
Subject: Re: FYI: branch-1_4 maintainer-clean
Date: Sat, 17 Jun 2006 17:56:56 -0600
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Eric Blake on 6/17/2006 7:10 AM:
> I'm preparing to make a 1.4.4b beta snapshot.  In the process, I noticed
> that 'make maintainer-clean' did not get things back to a pre-bootstrap
> state (how often does anyone use make maintainer-clean, anyways?  A fresh
> CVS checkout is just as good :)

And here's the patch for the beta release.  With any luck, tarballs will
appear on alpha.gnu.org soon.

2006-06-17  Eric Blake  <address@hidden>

        Release 1.4.4b:

        * configure.ac (AC_INIT): Bump version number.
        * NEWS: Describe changes since 1.4.4.
        * Makefile.maint (cvs-news): Accomodate copyright line wrapping.

- --
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

iD8DBQFElJbI84KuGfSFAYARAnMJAKCs6/brwTBs1yN9VFHzrPkeTC0h5wCfXUf0
CVaSw15SErsK3xQr45hl81k=
=xxSu
-----END PGP SIGNATURE-----
Index: Makefile.maint
===================================================================
RCS file: /sources/m4/m4/Attic/Makefile.maint,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 Makefile.maint
--- Makefile.maint      1 May 2005 11:18:08 -0000       1.1.2.3
+++ Makefile.maint      17 Jun 2006 23:51:58 -0000
@@ -1,6 +1,6 @@
 ## Makefile.maint -- Makefile rules for m4 maintainers -*-Makefile-*-
 ##
-## Copyright (C) 2004, 2005 Free Software Foundation
+## Copyright (C) 2004, 2005, 2006 Free Software Foundation
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -78,7 +78,7 @@ update-timestamps:
 .PHONY: cvs-news
 cvs-news:
 ## Make sure the NEWS file is up-to-date:
-       @if sed '1,3d;4q' $(srcdir)/NEWS | grep -e "$(VERSION)" >/dev/null; \
+       @if sed '1,4d;5q' $(srcdir)/NEWS | grep -e "$(VERSION)" >/dev/null; \
        then :; \
        else \
          echo "NEWS not updated; not releasing" 1>&2; \
Index: NEWS
===================================================================
RCS file: /sources/m4/m4/NEWS,v
retrieving revision 1.1.1.1.2.19
diff -u -p -r1.1.1.1.2.19 NEWS
--- NEWS        15 Jun 2006 21:51:37 -0000      1.1.1.1.2.19
+++ NEWS        17 Jun 2006 23:51:58 -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 ???
+Version 1.4.4b - 17 June 2006, by Eric Blake
 
 * Fix a recursive push_string crashing bug, which affected changequote of
   three or more characters on some compilers.
Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.36.2.12
diff -u -p -r1.36.2.12 configure.ac
--- configure.ac        15 Jun 2006 13:08:45 -0000      1.36.2.12
+++ configure.ac        17 Jun 2006 23:51:58 -0000
@@ -18,7 +18,7 @@
 # 02110-1301  USA
 
 AC_PREREQ([2.59])
-AC_INIT([GNU M4], [1.4.4a], address@hidden)
+AC_INIT([GNU M4], [1.4.4b], address@hidden)
 AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu])
 PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE])
 VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])

reply via email to

[Prev in Thread] Current Thread [Next in Thread]