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 485ed71..7d85b14 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 58261b7..f83f5ab 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 1976782..1970ef2 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1008000
+#define OPING_VERSION 1009000
 
 /*
  * Type definitions