From: Florian Forster Date: Sun, 6 Mar 2011 08:46:54 +0000 (+0100) Subject: Bump version to 1.6.1; Update ChangeLog. X-Git-Tag: liboping-1.6.1^0 X-Git-Url: https://git.tokkee.org/?p=liboping.git;a=commitdiff_plain;h=69b69873c4196f84269af673f3b2fa71890f9714;hp=9d9fe8cb430f821f36a8529858443c6458a8e9f7 Bump version to 1.6.1; Update ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 831f3d4..e895bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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 + set (other Unixes). + * src/oping.c: Fix compiler warnings which may abort the build. Thanks + to James Bromberger for reporting the problem. + * noping: Compatibility with ncurses 5.8 has been fixed. Thanks to + Gaetan Bisson for his patch. + 2011-01-26, Version 1.6.0: * liboping: Improve timing of received network packets using SO_TIMESTAMP if available. Thanks to Bruno Prémont for his patch. diff --git a/configure.ac b/configure.ac index 854be48..a4eb289 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 1.6.0) +AC_INIT(liboping, 1.6.1) AC_CONFIG_SRCDIR(src/liboping.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) @@ -16,7 +16,7 @@ AC_SUBST(LIBOPING_PATCH) # ABI version LIBOPING_CURRENT=2 -LIBOPING_REVISION=6 +LIBOPING_REVISION=7 LIBOPING_AGE=2 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION) diff --git a/src/oping.h b/src/oping.h index fd62663..e53d139 100644 --- a/src/oping.h +++ b/src/oping.h @@ -33,7 +33,7 @@ extern "C" { #endif -#define OPING_VERSION 1006000 +#define OPING_VERSION 1006001 /* * Type definitions