summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dbfc310)
raw | patch | inline | side by side (parent: dbfc310)
author | Florian Forster <ff@octo.it> | |
Mon, 27 Jun 2016 06:43:44 +0000 (08:43 +0200) | ||
committer | Florian Forster <ff@octo.it> | |
Mon, 27 Jun 2016 06:43:44 +0000 (08:43 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 485ed714d5e0e0867589a38744d5d5a072202674..7d85b14f8820ce09ee8c7dee637b6b74b64c0a46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 58261b7813faf4af8c20b0bdd5346f5a721abae9..f83f5ab7a15667e263c1a6f30f5a7f8395af3296 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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 197678232233d38519faf2b6b4e83f8825c79243..1970ef273f40e634c689cf8cfacf7b654c31d55c 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1008000
+#define OPING_VERSION 1009000
/*
* Type definitions