This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Libtool".
The branch, master has been updated via 1aa463d4e7ef8f3b4561d2f4affc7c97159dd86e (commit) from 9a7071e668d044c1c47c855d2f0bc7cadb235071 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1aa463d4e7ef8f3b4561d2f4affc7c97159dd86e Author: Peter Rosin <p...@lysator.liu.se> Date: Tue Jan 1 18:50:08 2013 +0100 bootstrap: update README-release patch gl/top/README-release.diff: Update to match latest gnulib changes. Signed-off-by: Peter Rosin <p...@lysator.liu.se> ----------------------------------------------------------------------- Summary of changes: gl/top/README-release.diff | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/gl/top/README-release.diff b/gl/top/README-release.diff index 19cc3ec..f8fd462 100644 --- a/gl/top/README-release.diff +++ b/gl/top/README-release.diff @@ -1,5 +1,5 @@ ---- gnulib/top/README-release 2012-09-16 10:57:02.000000000 +0700 -+++ gl/top/README-release 2012-09-16 14:51:58.000000000 +0700 +--- gnulib/top/README-release 2013-01-01 16:56:11.111973500 +0100 ++++ gl/top/README-release 2013-01-01 16:55:31.423573500 +0100 @@ -1,5 +1,9 @@ Here are most of the steps we (maintainers) follow when making a release. @@ -10,7 +10,7 @@ * Start from a clean, up-to-date git directory on "master": make -k maintainer-clean || { ./configure && make maintainer-clean; } -@@ -27,10 +31,25 @@ +@@ -27,9 +31,24 @@ ./bootstrap && ./configure @@ -30,9 +30,8 @@ + make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g + make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared + make distcheck CC=g++ - ++ + If there are any problems, fix them and start again. -+ - * To (i) set the date, version number, and release type [stable/alpha/beta] - on line 3 of NEWS, (ii) commit that, and (iii) tag the release, run + * To (i) set the date, version number, and release TYPE on line 3 of + NEWS, (ii) commit that, and (iii) tag the release, run hooks/post-receive -- GNU Libtool