From 69b69873c4196f84269af673f3b2fa71890f9714 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 6 Mar 2011 09:46:54 +0100 Subject: [PATCH] Bump version to 1.6.1; Update ChangeLog. --- ChangeLog | 9 +++++++++ configure.ac | 4 ++-- src/oping.h | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) 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 -- 2.30.2