summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d26cd43)
raw | patch | inline | side by side (parent: d26cd43)
author | Florian Forster <ff@octo.it> | |
Thu, 20 Nov 2014 14:33:43 +0000 (15:33 +0100) | ||
committer | Florian Forster <ff@octo.it> | |
Thu, 20 Nov 2014 14:33:43 +0000 (15:33 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index e8ff045a3524e798c9a022140c682c083293c8c4..485ed714d5e0e0867589a38744d5d5a072202674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
+ The percentile can be chosen with the "-P" option.
+ * noping: The additional graph types "histogram" and "boxplot" have
+ been added, which can be selected with the "-g" option.
+
2014-09-25, Version 1.7.0:
* oping, noping: The new -Z option allows the exit status to indicate
the number of failing hosts. Thanks to Barak Pearlmutter for the
patch.
* noping: The ability to print a "prettyping" style graph has been
added. Thanks to Antoine Beaupré for his work!
- * src/liboping.c: Build fixes for Solaris have been fixed. Thanks
+ * src/liboping.c: Build issues on Solaris have been fixed. Thanks
Scott Severtson for the fix!
* Build system: Creation and installation of a pkg-config file has
been added. Thanks to Barak Pearlmutter for the patch.
diff --git a/configure.ac b/configure.ac
index 078c898d5db0098c1925044813d6b4aa2f331e66..58261b7813faf4af8c20b0bdd5346f5a721abae9 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_PREREQ([2.65])
AC_INIT([liboping],
- [1.7.0],
+ [1.8.0],
[liboping@verplant.org],
[],
- [http://octo.it/liboping/])
+ [http://noping.cc/])
AC_CONFIG_SRCDIR([src/liboping.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=10
+LIBOPING_REVISION=11
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
diff --git a/src/oping.h b/src/oping.h
index d85767342a855d31fbc7c794a9bb04d024302153..9f8d5e18b25044a6b5f74c91120beabcf881bbc6 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1007000
+#define OPING_VERSION 1008000
/*
* Type definitions