From bab14c6669673eb6931a8217aa7b3457b180ef3c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 27 Jun 2016 08:43:44 +0200 Subject: [PATCH] Bump version to 1.9.0; Update ChangeLog. --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- src/oping.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 485ed71..7d85b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-06-27, Version 1.9.0: + * liboping: The new "PING_OPT_MARK" option allows to mark packets, + which can be used for filtering and routing such packets on Linux. + * oping, noping: The new "-m" command line option allows to set a mark + on packets sent by the tool. + * oping, noping: The new "-O" command line option allows to write + measurements to an CSV file. + * oping, noping: The new "-w" command line option allows to specify + the timeout after which a packet/reply is considered "dropped". + 2014-11-20, Version 1.8.0: * oping, noping: Average and standard deviation have been removed from the status output, which show median and 95th percentile instead. diff --git a/configure.ac b/configure.ac index 58261b7..f83f5ab 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.65]) AC_INIT([liboping], - [1.8.0], + [1.9.0], [liboping@verplant.org], [], [http://noping.cc/]) diff --git a/src/oping.h b/src/oping.h index 1976782..1970ef2 100644 --- a/src/oping.h +++ b/src/oping.h @@ -33,7 +33,7 @@ extern "C" { #endif -#define OPING_VERSION 1008000 +#define OPING_VERSION 1009000 /* * Type definitions -- 2.30.2