m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.14-1-ga


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.14-1-ga90f35d
Date: Thu, 25 Feb 2010 15:00:42 +0000

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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=a90f35d7c17b51e8afea9f6d7e2daddeff135c9d

The branch, branch-1.4 has been updated
       via  a90f35d7c17b51e8afea9f6d7e2daddeff135c9d (commit)
       via  1e98992a4d8633870e3d7bd32e83d7d530dce751 (commit)
      from  b4f66285d8252196e1b4c6acf55eda3c1118e580 (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 a90f35d7c17b51e8afea9f6d7e2daddeff135c9d
Author: Eric Blake <address@hidden>
Date:   Wed Feb 24 17:05:25 2010 -0700

    post-release administrivia
    
    * NEWS: Add header line for next release.
    * .prev-version: Record previous version.
    * cfg.mk (old_NEWS_hash): Auto-update.
    
    Signed-off-by: Eric Blake <address@hidden>

commit 1e98992a4d8633870e3d7bd32e83d7d530dce751
Author: Eric Blake <address@hidden>
Date:   Wed Feb 24 14:11:54 2010 -0700

    Release Version 1.4.14.
    
    * gnulib: Update to latest.
    * README: Increase libsigsegv recommendation.
    * HACKING: Likewise.  Tweak release instructions.
    * NEWS: Mention the release.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 .prev-version |    2 +-
 ChangeLog     |    6 ++++++
 HACKING       |    6 +++---
 NEWS          |    5 ++++-
 README        |    2 +-
 cfg.mk        |    2 +-
 gnulib        |    2 +-
 7 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/.prev-version b/.prev-version
index acd81d7..323afbc 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-1.4.13
+1.4.14
diff --git a/ChangeLog b/ChangeLog
index 9c3e8f7..3da0dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-02-24  Eric Blake  <address@hidden>
 
+       Release Version 1.4.14.
+       * gnulib: Update to latest.
+       * README: Increase libsigsegv recommendation.
+       * HACKING: Likewise.  Tweak release instructions.
+       * NEWS: Mention the release.
+
        Improve parsing example.
        * doc/m4.texinfo (Input processing): Double-quote argument to
        translit, for robustness.
diff --git a/HACKING b/HACKING
index 2b090f0..58096b9 100644
--- a/HACKING
+++ b/HACKING
@@ -57,7 +57,7 @@ and is not part of a release distribution.
   `./configure --without-libsigsegv-prefix'.  In order to ensure that
   the dependency is still viable with the current code base, you should
   install:
-  - Libsigsegv 2.6 or later
+  - Libsigsegv 2.6 or later (2.8 or later recommended)
 
 * M4 includes gnulib as a git submodule.  By default, the bootstrap
   script will attempt to run
@@ -278,8 +278,8 @@ yyyy-mm-dd  Name of Author  <address@hidden>  (tiny change)
 * Run `git tag -s -m <version> -u <gpg_key> v<version>' with the desired
   version number.  Do not push anything upstream at this point.
 
-* Run `make maintainer-distcheck'.  If there are any problems, fix them,
-  run `git tag -d v<version>' and start again from the `git commit' step.
+* Run `make distcheck'.  If there are any problems, fix them, then run
+  `git tag -d v<version>' and start again from the `git commit' step.
 
 * Run `make <target>', with target set to `stable', `alpha', or `beta'
   as appropriate.  This will run various additional checks and create
diff --git a/NEWS b/NEWS
index 2abe8a3..4ebcb1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 GNU M4 NEWS - User visible changes.
 
-* Noteworthy changes in Version 1.4.14 (2010-??-??) [stable]
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
+* Noteworthy changes in Version 1.4.14 (2010-02-24) [stable]
   Released by Eric Blake, based on git version 1.4.13.*
 
 ** Fix regression introduced in 1.4.12 where executing with stdout closed
diff --git a/README b/README
index e0d6204..5a50e3d 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ the build of `m4' use /path/to/dir/include/sigsegv.h as 
appropriate.
 The use of this library is optional; the only difference in having it
 available is that it increases the number of platforms where `m4' can
 correctly distinguish stack overflow from an internal bug.  It is
-recommended that you use version 2.6 or newer.
+recommended that you use version 2.8 or newer.
 
 In the subdirectory `examples' you will find various m4 files, ranging
 from trivial test files to rather advanced macros.  If you intend to
diff --git a/cfg.mk b/cfg.mk
index d6f3eb2..04144d0 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -31,7 +31,7 @@ local-checks-to-skip = sc_cast_of_x_alloc_return_value
 config_h_header = "m4\.h"
 
 # Hash of NEWS contents, to ensure we don't add entries to wrong section.
-old_NEWS_hash = cc336e70015e3f8faf575099f18e4129
+old_NEWS_hash = eb4dc25baafabb69ad319dd6b981f37c
 
 # Indent only with spaces.
 sc_prohibit_tab_based_indentation:
diff --git a/gnulib b/gnulib
index 6c53c90..108cfb8 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 6c53c9025551ed72e7011f8de83aca2639bc5bfa
+Subproject commit 108cfb803174abf17eb101e9999b9d1a642ce1ba


hooks/post-receive
-- 
GNU M4 source repository




reply via email to

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