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-9-g1a11478


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9-9-g1a11478
Date: Fri, 06 Jan 2012 14:21:56 +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  1a11478c8f3471c7486fa45e7487b82b69b4c9d1 (commit)
       via  9e401abb7ba0d88937f064a73ce1def14a8cb8a3 (commit)
       via  7fbe1d8462040244067c8f5df4b10535c92eaca9 (commit)
       via  7824e9e70661b4dae45667a0fe7ceefa21de16c4 (commit)
      from  dd43de5f41d00394cdff2fedabbf8e97e059d79b (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=1a11478c8f3471c7486fa45e7487b82b69b4c9d1


commit 1a11478c8f3471c7486fa45e7487b82b69b4c9d1
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 6 15:10:25 2012 +0100

    Mention release tag (silent change).

diff --git a/ChangeLog b/ChangeLog
index 4be9881..5c2cb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-01-06  Simon Josefsson  <address@hidden>
 
+       inetutils 1.9.1
+
        * configure.ac: Replace all '_' into '.'.
 
        * NEWS: Updated.

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=9e401abb7ba0d88937f064a73ce1def14a8cb8a3


commit 9e401abb7ba0d88937f064a73ce1def14a8cb8a3
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 6 15:05:48 2012 +0100

    configure.ac: Replace all '_' into '.'.

diff --git a/ChangeLog b/ChangeLog
index 27e4e69..4be9881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-01-06  Simon Josefsson  <address@hidden>
 
+       * configure.ac: Replace all '_' into '.'.
+
        * NEWS: Updated.
 
        * bootstrap: Updated from gnulib.
diff --git a/configure.ac b/configure.ac
index eaff443..dbea667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
 AC_PREREQ(2.59)
 
 AC_INIT([GNU inetutils],
- m4_esyscmd([build-aux/git-version-gen .tarball-version 
's/inetutils-/v/;s/_/./']),
+ m4_esyscmd([build-aux/git-version-gen .tarball-version 
's/inetutils-/v/;s/_/./g']),
  address@hidden)
 
 AC_CONFIG_SRCDIR([src/inetd.c])

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=7fbe1d8462040244067c8f5df4b10535c92eaca9


commit 7fbe1d8462040244067c8f5df4b10535c92eaca9
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 6 15:00:24 2012 +0100

    bootstrap: Updated from gnulib.

diff --git a/ChangeLog b/ChangeLog
index 752abaf..27e4e69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * NEWS: Updated.
 
+       * bootstrap: Updated from gnulib.
+
 2012-01-04  Mats Erik Andersson <address@hidden>
 
        Regression: Erase port for active data transmission.
diff --git a/bootstrap b/bootstrap
index 505a05e..66da981 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2011-12-21.09; # UTC
+scriptversion=2012-01-06.07; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -316,8 +316,8 @@ insert_vc_ignore() {
   pattern="$2"
   case $vc_ignore_file in
   *.gitignore)
-    # A .gitignore entry that does not start with `/' applies
-    # recursively to subdirectories, so prepend `/' to every
+    # A .gitignore entry that does not start with '/' applies
+    # recursively to subdirectories, so prepend '/' to every
     # .gitignore entry.
     pattern=`echo "$pattern" | sed s,^,/,`;;
   esac

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=7824e9e70661b4dae45667a0fe7ceefa21de16c4


commit 7824e9e70661b4dae45667a0fe7ceefa21de16c4
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 6 14:59:10 2012 +0100

    NEWS: Updated.

diff --git a/ChangeLog b/ChangeLog
index 06cc08f..752abaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-06  Simon Josefsson  <address@hidden>
+
+       * NEWS: Updated.
+
 2012-01-04  Mats Erik Andersson <address@hidden>
 
        Regression: Erase port for active data transmission.
diff --git a/NEWS b/NEWS
index 63585de..46da4b8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ See the end of this file for license conditions.
 
 Please send inetutils bug reports to <address@hidden>.
 
+January 6, 2012
+Version 1.9.1:
+
+* Don't install git-merge-changelog.
+
+
 December 31, 2011
 Version 1.9:
 

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

Summary of changes:
 ChangeLog    |   10 ++++++++++
 NEWS         |    6 ++++++
 bootstrap    |    8 ++++----
 configure.ac |    2 +-
 4 files changed, 21 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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