]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Release Version 2.68b. v2.68b
authorEric Blake <eblake@redhat.com>
Sun, 26 Feb 2012 00:16:08 +0000 (17:16 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 2 Mar 2012 04:28:54 +0000 (21:28 -0700)
It's been more than a year since 2.68; time for a beta release
to shake out any last minute bugs, before a release of 2.69
in the near future.

* NEWS: Mention the release.
* HACKING: Update some instructions.

Signed-off-by: Eric Blake <eblake@redhat.com>
HACKING
NEWS

diff --git a/HACKING b/HACKING
index 7a98fcb8d858efa1c36297c188bf54e07fb9f326..58a50a9f552ecd357dc0be49dfe34c4ff333b945 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -50,14 +50,13 @@ release:
 
 - Run `make syntax-check'
   This makes sure that the source files follow some consistent rules.
-  The checks live in maint.mk, which is intended to be shared across
-  several projects.  (Help in merging this to use gnulib's maint.mk
-  would be appreciated).
+  The checks live in maint.mk, shared from gnulib, and customized in
+  cfg.mk.
 
-- Run `make maintainer-distcheck'
-  This is quite long.  It basically runs the test suite using a C++
-  compiler instead of a C compiler, and within a severe environment
-  (POSIXLY_CORRECT).
+- Run `make distcheck'
+
+- Test some unusual environments, such as building and running the
+  testsuite with POSIXLY_CORRECT=1 CC=g++.
 
 - Try some real world packages
   A good example is the coreutils package.
@@ -108,9 +107,7 @@ Update the version number in NEWS (with version, date, and release
 type) and ChangeLog, and mention in README whether the release is
 stable.  Make sure all changes are committed, then run `git tag -s -m
 <version> -u <gpg_key> v<version>'.  Do not push anything upstream at
-this point.  At this point, running `make _version', followed by `make
-news-date-check changelog-check' will validate that the information is
-formatted correctly.
+this point.
 
 ** Update configure
 As much as possible, make sure to release an Autoconf that uses
@@ -139,7 +136,8 @@ Run `git push origin refs/tags/v<version>' to push the release tag.
 ** Announce
 Complete/fix the announcement file, and email it at least to
 autoconf@gnu.org and autotools-announce@gnu.org.  If this is a stable
-release, also mail to info-gnu@gnu.org.
+release, also mail to info-gnu@gnu.org; if it is a beta release,
+also mail to platform-testers@gnu.org.
 
 ** Other web updates
 For alpha and beta releases, the process is complete.  For stable
diff --git a/NEWS b/NEWS
index 1a5f775e9e1f1b9ef3ba73ac5393c317db14cf7b..773a7b82f6fc132f528ee805ac1cd9181d0e3f3b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 GNU Autoconf NEWS - User visible changes.
 
-* Noteworthy changes in release ?.? (????-??-??) [?]
+* Noteworthy changes in release 2.68b (2012-03-01) [beta]
+  Released by Eric Blake, based on git versions 2.68.*.
 
 ** Autoconf-generated configure scripts now unconditionally re-execute
    themselves with $CONFIG_SHELL, if that's set in the environment.