File tree Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ distclean: clean
235235
236236# -------------------------------------
237237snapshot :
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
Original file line number Diff line number Diff line change 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
34The iputils package is set of small useful utilities for Linux networking.
45
@@ -17,7 +18,7 @@ These tools are included in iputils
1718
1819If 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
Original file line number Diff line number Diff line change 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
321David Heidelberger (1):
Original file line number Diff line number Diff line change 1- static char SNAPSHOT [] = "s20140420 " ;
1+ static char SNAPSHOT [] = "s20140519 " ;
Original file line number Diff line number Diff line change 1- 140419
1+ 140519
Original file line number Diff line number Diff line change 22# This spec file is for _testing_.
33#
44
5- %define ssdate 20140420
5+ %define ssdate 20140519
66Summary: The ping program for checking to see if network hosts are alive.
77Name: iputils
88Version: s%{ssdate }
You can’t perform that action at this time.
0 commit comments