summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3165470)
raw | patch | inline | side by side (parent: 3165470)
author | Florian Forster <octo@verplant.org> | |
Tue, 31 Jan 2012 16:20:15 +0000 (17:20 +0100) | ||
committer | Florian Forster <octo@verplant.org> | |
Tue, 31 Jan 2012 16:20:15 +0000 (17:20 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 79f84839b4fb890475b66bdef7fcab508883f006..600395f982b3fa619c4939142d2bf380eacba580 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2011-03-13, Version 1.6.2:
+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)
utility.
* src/liboping.c: Fixed a compiler warning about an non-static format
string. Thanks to Brian Edwards for pointing this out.
+ * src/liboping.c: Fixed compilation under Mac OS X and Solaris. Thanks
+ to Clayton O'Neill for his patch.
2011-03-06, Version 1.6.1:
* Build system: If "make install" is executed as root, the CAP_NET_RAW
diff --git a/configure.ac b/configure.ac
index 40e3c55ddae5b8f94d9682c418a2828553035d83..de0a8b0cb2fe5a85882071df399008bd6681d7f3 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=8
+LIBOPING_REVISION=9
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)