Bump ABI version; update ChangeLog. liboping-1.6.2
authorFlorian Forster <octo@verplant.org>
Tue, 31 Jan 2012 16:20:15 +0000 (17:20 +0100)
committerFlorian Forster <octo@verplant.org>
Tue, 31 Jan 2012 16:20:15 +0000 (17:20 +0100)
ChangeLog
configure.ac

index 79f8483..600395f 100644 (file)
--- 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
index 40e3c55..de0a8b0 100644 (file)
@@ -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)