[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_3-8-ga95c081
From: |
Alfred M. Szmidt |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_3-8-ga95c081 |
Date: |
Tue, 09 Jun 2015 08:25:35 +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 a95c081ab2edc53f51797780fcfc3737a9a60ac4 (commit)
via e83fba62912fc4e92dc793ee52ca97624abafffe (commit)
from 78cd4a2deb434736a546849b57bd554f1aede1f2 (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=a95c081ab2edc53f51797780fcfc3737a9a60ac4
commit a95c081ab2edc53f51797780fcfc3737a9a60ac4
Author: Alfred M. Szmidt <address@hidden>
Date: Tue Jun 9 09:50:41 2015 +0200
NEWS: Release inetutils 1.9.4. (silent change)
diff --git a/NEWS b/NEWS
index e0ef1be..ddab50a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ Foundation, Inc. See the end of this file for license
conditions.
Please send inetutils bug reports to <address@hidden>.
+June 9, 2015
+Version 1.9.4:
+
+This is a minor bug release that fixes a regression in `ifconfig'.
+The issue was reported by Juergen Daubert in
+http://lists.gnu.org/archive/html/bug-inetutils/2015-05/msg00002.html
+
May 12, 2015
Version 1.9.3:
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=e83fba62912fc4e92dc793ee52ca97624abafffe
commit e83fba62912fc4e92dc793ee52ca97624abafffe
Author: Alfred M. Szmidt <address@hidden>
Date: Wed May 27 11:08:02 2015 +0200
Makefile.am (ACLOCAL_AMFLAGS): New variable.
bootstrap.conf (ACLOCAL_AMFLAGS): Add 'm4' to search list.
diff --git a/ChangeLog b/ChangeLog
index 0add72f..ea184b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-27 Alfred M. Szmidt <address@hidden>
+
+ * Makefile.am (ACLOCAL_AMFLAGS): New variable.
+
2015-06-06 Guillem Jover <address@hidden>
* ftp/cmds.c (setpeer): Misspelled message.
diff --git a/Makefile.am b/Makefile.am
index 9f6dff2..088970e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see `http://www.gnu.org/licenses/'.
+ACLOCAL_AMFLAGS = -I am -I m4
+
EXTRA_DIST = paths ChangeLog.0 summary.sh.in CHECKLIST
SUBDIRS = lib \
diff --git a/bootstrap.conf b/bootstrap.conf
index 3a00a8b..ba27234 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -30,7 +30,7 @@ help2man -
# Sync. bootstrap from checked out gnulib sources.
bootstrap_sync=true
-ACLOCAL_FLAGS="-I am"
+ACLOCAL_FLAGS="-I am -I m4"
# gnulib library name
gnulib_name=libgnu
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
Makefile.am | 2 ++
NEWS | 7 +++++++
bootstrap.conf | 2 +-
4 files changed, 14 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_3-8-ga95c081,
Alfred M. Szmidt <=