commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-345-gbedab


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-345-gbedab2f
Date: Wed, 18 Sep 2013 14:41:21 +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 Inetutils ".

The branch, master has been updated
       via  bedab2f2d1f87a5a84866e9cf26b982a2f14e61a (commit)
       via  385a79097984f95c4661fece8f6f3fd3e9545324 (commit)
      from  ea7b8e2c2d266fea32124c1ca7f564b5cd03f74c (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=bedab2f2d1f87a5a84866e9cf26b982a2f14e61a


commit bedab2f2d1f87a5a84866e9cf26b982a2f14e61a
Author: Alfred M. Szmidt <address@hidden>
Date:   Wed Sep 18 16:12:50 2013 +0200

    NEWS: Bump version. (silent change)

diff --git a/NEWS b/NEWS
index 6a50f88..940d854 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ Foundation, Inc.  See the end of this file for license 
conditions.
 
 Please send inetutils bug reports to <address@hidden>.
 
+September 18, 2013
+Version 1.9.1.100:
+
 An advisory file CHECKLIST containing testing and verification
 advice has been added, pointing administrators to important
 properties and settings for built executables.

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=385a79097984f95c4661fece8f6f3fd3e9545324


commit 385a79097984f95c4661fece8f6f3fd3e9545324
Author: Alfred M. Szmidt <address@hidden>
Date:   Wed Sep 18 15:51:00 2013 +0200

    Skip several syntax checks from maint.mk.

diff --git a/ChangeLog b/ChangeLog
index 2329d79..fc172a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-09-18  Alfred M. Szmidt  <address@hidden>
+
+       * cfg.mk (local-checks-to-skip): Added the
+       sc_cast_of_x_alloc_return_value, sc_copyright_check,
+       sc_program_name, sc_prohibit_always_true_header_tests,
+       sc_prohibit_assert_without_use, sc_prohibit_doubled_word,
+       sc_prohibit_error_without_use, sc_prohibit_have_config_h,
+       sc_prohibit_magic_number_exit, sc_prohibit_strncpy,
+       sc_prohibit_undesirable_word_seq, sc_prohibit_xalloc_without_use
+       to list.
+
 2013-09-15  Mats Erik Andersson  <address@hidden>
 
        telnet: Uninitialized array of pointers.
diff --git a/cfg.mk b/cfg.mk
index 917c7d7..9b89f12 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,6 +23,18 @@ _makefile_at_at_check_exceptions = ' && !/PATHDEFS_MAKE/'
 _build-aux = build-aux
 
 local-checks-to-skip = \
+       sc_cast_of_x_alloc_return_value \
+       sc_copyright_check \
+       sc_program_name \
+       sc_prohibit_always_true_header_tests \
+       sc_prohibit_assert_without_use \
+       sc_prohibit_doubled_word \
+       sc_prohibit_error_without_use \
+       sc_prohibit_have_config_h \
+       sc_prohibit_magic_number_exit \
+       sc_prohibit_strncpy \
+       sc_prohibit_undesirable_word_seq \
+       sc_prohibit_xalloc_without_use \
        sc_error_message_period \
        sc_error_message_uppercase \
        sc_immutable_NEWS \

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

Summary of changes:
 ChangeLog |   11 +++++++++++
 NEWS      |    3 +++
 cfg.mk    |   12 ++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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