Code

Bump version to 1.9.0; Update ChangeLog.
authorFlorian Forster <ff@octo.it>
Mon, 27 Jun 2016 06:43:44 +0000 (08:43 +0200)
committerFlorian Forster <ff@octo.it>
Mon, 27 Jun 2016 06:43:44 +0000 (08:43 +0200)
ChangeLog
configure.ac
src/oping.h

index 485ed714d5e0e0867589a38744d5d5a072202674..7d85b14f8820ce09ee8c7dee637b6b74b64c0a46 100644 (file)
--- 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.
index 58261b7813faf4af8c20b0bdd5346f5a721abae9..f83f5ab7a15667e263c1a6f30f5a7f8395af3296 100644 (file)
@@ -2,7 +2,7 @@
 
 AC_PREREQ([2.65])
 AC_INIT([liboping],
-       [1.8.0],
+       [1.9.0],
        [liboping@verplant.org],
        [],
        [http://noping.cc/])
index 197678232233d38519faf2b6b4e83f8825c79243..1970ef273f40e634c689cf8cfacf7b654c31d55c 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1008000
+#define OPING_VERSION 1009000
 
 /*
  * Type definitions