+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)
# 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])
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=9
+LIBOPING_REVISION=10
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
/**
* 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
extern "C" {
#endif
-#define OPING_VERSION 1006002
+#define OPING_VERSION 1007000
/*
* Type definitions