Skip to content

Commit d064a9e

Browse files
committed
Bump version to 1.10.0; Update ChangeLog.
1 parent fe85c13 commit d064a9e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2017-05-11, Version 1.10.0:
2+
* Build system: Search the "rt" library for clock_gettime(). This
3+
fixes build issues on Mac OS X. Thanks to Yann E. Morni for this
4+
fix. #9
5+
* Build system: The "--with[out]-ncurses" option has been added and
6+
allows to enforce/disable the building of "noping". Thanks to Thomas
7+
Deutschmann for the patch. #15
8+
* Build system: Compatibility code to work with pkg-config < 0.27 has
9+
been added. #22
10+
* liboping: Creation of ICMPv4 packets has been fixed: due to an
11+
incorrect sizeof() the payload may have been prefixed by 20 zero
12+
bytes, resulting in larger packets than desired. Thanks to Kyle Zhou
13+
for reporting and fixing this. #10
14+
* liboping: The number of file descriptors used has been reduced to at
15+
most two (from one per host). This and a few other optimizations
16+
significantly improve performance. Thanks to Luke Heberling for the
17+
patch. #11
18+
* oping, noping: Handling of the "-O" command line flag has been
19+
fixed.
20+
* oping, noping: The "-b" option has been added and enables a bell
21+
whenever an echo reply is received. Thanks to Antoine Beaupré for
22+
the patch. #6
23+
* noping: The background color has been changed to use the terminal
24+
default. Thanks to @middleO. #18
25+
* noping: The ability to add hosts after noping has started (the "a"
26+
key) has been added. Thanks to Hamish Coleman for the patch. #20,
27+
#23
28+
129
2016-06-27, Version 1.9.0:
230
* liboping: The new "PING_OPT_MARK" option allows to mark packets,
331
which can be used for filtering and routing such packets on Linux.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ([2.65])
44
AC_INIT([liboping],
5-
[1.9.0],
5+
[1.10.0],
66
77
[],
88
[http://noping.cc/])

0 commit comments

Comments
 (0)