From: Florian Forster Date: Sun, 13 Mar 2011 19:18:47 +0000 (+0100) Subject: Bump version to 1.6.2; Update ChangeLog. X-Git-Tag: liboping-1.6.2~6 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f6ba51c9a1a8717b33740ae46b3afc722e78d976;p=liboping.git Bump version to 1.6.2; Update ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index e895bbe..79f8483 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 4f26fbc..57d8531 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # 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]) @@ -20,7 +20,7 @@ AC_SUBST(LIBOPING_PATCH) # 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 e53d139..cd7d62f 100644 --- a/src/oping.h +++ b/src/oping.h @@ -33,7 +33,7 @@ extern "C" { #endif -#define OPING_VERSION 1006001 +#define OPING_VERSION 1006002 /* * Type definitions