summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 727cbee)
raw | patch | inline | side by side (parent: 727cbee)
author | Florian Forster <octo@verplant.org> | |
Sun, 13 Mar 2011 19:18:47 +0000 (20:18 +0100) | ||
committer | Florian Forster <octo@verplant.org> | |
Fri, 2 Sep 2011 02:58:29 +0000 (22:58 -0400) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index e895bbee83df2522b0073fd161afbd895ef6cbb6..79f84839b4fb890475b66bdef7fcab508883f006 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2011-03-13, 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)
+ utility.
+ * src/liboping.c: Fixed a compiler warning about an non-static format
+ string. Thanks to Brian Edwards for pointing this out.
+
2011-03-06, Version 1.6.1:
* Build system: If "make install" is executed as root, the CAP_NET_RAW
capability is added to the binary (on Linux) or the set-UID bit is
diff --git a/configure.ac b/configure.ac
index 4f26fbc4b6a02ab71a7db13d8dc2e15449aa5123..57d8531dba1120e25b02107066c695715f98a782 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([liboping],[1.6.1])
+AC_INIT([liboping],[1.6.2])
AC_CONFIG_SRCDIR([src/liboping.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=7
+LIBOPING_REVISION=8
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
diff --git a/src/oping.h b/src/oping.h
index e53d1397b30ac1886eb769eb65e52abb3e6acc13..cd7d62f9589b8098137d11b08e4a8cf6a7d23099 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1006001
+#define OPING_VERSION 1006002
/*
* Type definitions