summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 9d20285)
raw | patch | inline | side by side (from parent 1: 9d20285)
author | Florian Forster <ff@octo.it> | |
Thu, 25 Sep 2014 17:39:31 +0000 (10:39 -0700) | ||
committer | Florian Forster <ff@octo.it> | |
Thu, 25 Sep 2014 17:39:31 +0000 (10:39 -0700) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.c | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 600395f982b3fa619c4939142d2bf380eacba580..e8ff045a3524e798c9a022140c682c083293c8c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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)
diff --git a/configure.ac b/configure.ac
index 6e775e2bb9db9d9871762ec0c52cea262a50c1da..ee99bfb69249c5111484c1d09cc2a196f6815e20 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# 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)
diff --git a/src/oping.c b/src/oping.c
index 6a82c59c186c498059a8b13790f34e440b1f178f..d53edd87ffc2285e34fc7567e83ff4889fcf3dcd 100644 (file)
--- a/src/oping.c
+++ b/src/oping.c
/**
* 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
diff --git a/src/oping.h b/src/oping.h
index cd7d62f9589b8098137d11b08e4a8cf6a7d23099..d85767342a855d31fbc7c794a9bb04d024302153 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1006002
+#define OPING_VERSION 1007000
/*
* Type definitions