autoconf-patches
[Top][All Lists]
Advanced

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

FYI: 2.59c alpha release patch


From: Ralf Wildenhues
Subject: FYI: 2.59c alpha release patch
Date: Sun, 30 Apr 2006 19:27:23 +0200
User-agent: Mutt/1.5.11+cvs20060403

I never actually posted the release patch for the 2.59c alpha
release.  Notable change was that I had to relax the grep pattern
in Makefile.maint:news-date-check, in order to be consistent with
previous release style.  Since this only showed up after I had
alredy applied the ChangeLog entry stating "2.59c", I applied that
one without a corresponding entry, to save me some grief.

Should I
- supplement that ChangeLog from back then now, or
- undo that change now, and use a leading `*' for the next release?

Cheers,
Ralf

2006-04-12  Ralf Wildenhues  <address@hidden>

        Version 2.59c.

Index: NEWS
===================================================================
RCS file: /cvsroot/autoconf/autoconf/NEWS,v
retrieving revision 1.360
diff -u -r1.360 NEWS
--- NEWS        12 Apr 2006 20:40:21 -0000      1.360
+++ NEWS        12 Apr 2006 21:16:38 -0000
@@ -1,5 +1,7 @@
 * Major changes in Autoconf 2.59c
 
+  Released 2006-04-12, by Ralf Wildenhues.
+
 ** The configure command now redirects standard input from /dev/null,
   to help avoid problems with subsidiary commands that might mistakenly
   read standard input.  AS_ORIGINAL_STDIN_FD points to the original
Index: config/prev-version.txt
===================================================================
RCS file: /cvsroot/autoconf/autoconf/config/prev-version.txt,v
retrieving revision 1.27
diff -u -r1.27 prev-version.txt
--- config/prev-version.txt     4 Nov 2003 14:41:52 -0000       1.27
+++ config/prev-version.txt     12 Apr 2006 21:16:39 -0000
@@ -1 +1 @@
-2.58
+2.59b
Index: Makefile.maint
===================================================================
RCS file: /cvsroot/autoconf/autoconf/Makefile.maint,v
retrieving revision 1.36
diff -u -r1.36 Makefile.maint
--- Makefile.maint      10 Apr 2006 20:38:17 -0000      1.36
+++ Makefile.maint      12 Apr 2006 21:23:52 -0000
@@ -304,7 +304,7 @@
 
 news-date-check: NEWS
        today=`date +%Y-%m-%d`; \
-       if head NEWS | grep '^\*.*'$$today >/dev/null; then \
+       if head NEWS | grep $$today >/dev/null; then \
          :; \
        else \
          echo "today's date is not in NEWS" 1>&2; \




reply via email to

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