Bump version to 1.7.0; Update ChangeLog.
authorFlorian Forster <ff@octo.it>
Thu, 25 Sep 2014 17:39:31 +0000 (10:39 -0700)
committerFlorian Forster <ff@octo.it>
Thu, 25 Sep 2014 17:39:31 +0000 (10:39 -0700)
ChangeLog
configure.ac
src/oping.c
src/oping.h

index 600395f..e8ff045 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
+         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.
+
 2012-01-31, Version 1.6.2:
        * Build system: Setting capabilities and the set-UID bit has been made
          more fault-tolerant, so that it will work with Debian's fakeroot(1)
index 6e775e2..ee99bfb 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.65])
-AC_INIT([liboping],[1.6.2],[ff@octo.it],,[http://github.com/octo/liboping/])
+AC_INIT([liboping],[1.7.0],[ff@octo.it],,[http://github.com/octo/liboping/])
 AC_CONFIG_SRCDIR([src/liboping.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -20,7 +20,7 @@ AC_SUBST(LIBOPING_PATCH)
 
 # ABI version
 LIBOPING_CURRENT=2
-LIBOPING_REVISION=9
+LIBOPING_REVISION=10
 LIBOPING_AGE=2
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)
index 6a82c59..d53edd8 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2011  Florian octo Forster <ff at octo.it>
+ * Copyright (C) 2006-2014  Florian octo Forster <ff at octo.it>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cd7d62f..d857673 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1006002
+#define OPING_VERSION 1007000
 
 /*
  * Type definitions