Skip to content

Commit d25e54e

Browse files
author
David Heidelberger
committed
iputils-s20140519
1 parent a5e9551 commit d25e54e

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ distclean: clean
235235

236236
# -------------------------------------
237237
snapshot:
238-
@if [ x"$(UNAME_N)" != x"pleiades" ]; then echo "Not authorized to advance snapshot"; exit 1; fi
239238
@echo "[$(TAG)]" > RELNOTES.NEW
240239
@echo >>RELNOTES.NEW
241240
@git log --no-merges $(LASTTAG).. | git shortlog >> RELNOTES.NEW

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.org/iputils/iputils.png?branch=master)](https://travis-ci.org/iputils/iputils)
2+
[![Coverity Status](https://scan.coverity.com/projects/1944/badge.svg?flat=1)](https://scan.coverity.com/projects/1944)
23

34
The iputils package is set of small useful utilities for Linux networking.
45

@@ -17,7 +18,7 @@ These tools are included in iputils
1718

1819
If you using [old version](http://www.skbuff.net/iputils/), please consider to move forward to new releases placed here.
1920

20-
This version also support fully support both glibc and musl-libc.
21+
This version also fully support support glibc, uClibc and musl-libc.
2122

2223
<!-- vim: set tw=80: -->
2324

RELNOTES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
[s20140519]
2+
3+
David Gibson (3):
4+
arping: Avoid confusing local names
5+
arping: Use monotonic clock for timeouts
6+
arping: Clarify and correct interaction of -c and -w options
7+
8+
David Heidelberger (3):
9+
rdisc: ifdef only apply on historic glibc < 2
10+
get rid of unused lint and copyright array
11+
cleanup, get rid of if(1), #if 0 and constify on
12+
13+
Jan Synacek (3):
14+
ninfod: Fix more unused variables.
15+
arping: fix arping hang if SIGALRM is blocked
16+
ping_common.c: fix message flood when EPERM is encountered in ping
17+
18+
119
[s20140420]
220

321
David Heidelberger (1):

SNAPSHOT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
static char SNAPSHOT[] = "s20140420";
1+
static char SNAPSHOT[] = "s20140519";

doc/snapshot.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
140419
1+
140519

iputils.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This spec file is for _testing_.
33
#
44

5-
%define ssdate 20140420
5+
%define ssdate 20140519
66
Summary: The ping program for checking to see if network hosts are alive.
77
Name: iputils
88
Version: s%{ssdate}

0 commit comments

Comments
 (0)