From 6d493d2cd86d7f0217a06d20789ea06f244389c6 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 31 Jan 2012 17:20:15 +0100 Subject: [PATCH] Bump ABI version; update ChangeLog. --- ChangeLog | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79f8483..600395f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -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 40e3c55..de0a8b0 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_SUBST(LIBOPING_PATCH) # ABI version LIBOPING_CURRENT=2 -LIBOPING_REVISION=8 +LIBOPING_REVISION=9 LIBOPING_AGE=2 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION) -- 2.30.2