Code

Bump version to 1.8.0; Update ChangeLog. liboping-1.8.0
authorFlorian Forster <ff@octo.it>
Thu, 20 Nov 2014 14:33:43 +0000 (15:33 +0100)
committerFlorian Forster <ff@octo.it>
Thu, 20 Nov 2014 14:33:43 +0000 (15:33 +0100)
ChangeLog
configure.ac
src/oping.h

index e8ff045a3524e798c9a022140c682c083293c8c4..485ed714d5e0e0867589a38744d5d5a072202674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+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.
index 078c898d5db0098c1925044813d6b4aa2f331e66..58261b7813faf4af8c20b0bdd5346f5a721abae9 100644 (file)
@@ -2,10 +2,10 @@
 
 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])
@@ -24,7 +24,7 @@ AC_SUBST(LIBOPING_PATCH)
 
 # ABI version
 LIBOPING_CURRENT=2
-LIBOPING_REVISION=10
+LIBOPING_REVISION=11
 LIBOPING_AGE=2
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)
index d85767342a855d31fbc7c794a9bb04d024302153..9f8d5e18b25044a6b5f74c91120beabcf881bbc6 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1007000
+#define OPING_VERSION 1008000
 
 /*
  * Type definitions