+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
# 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)