Code

Bump version to 1.6.1; Update ChangeLog. liboping-1.6.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 6 Mar 2011 08:46:54 +0000 (09:46 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 6 Mar 2011 08:46:54 +0000 (09:46 +0100)
ChangeLog
configure.ac
src/oping.h

index 831f3d44ee2b23b8a8cfdfe408ac061ce5617e45..e895bbee83df2522b0073fd161afbd895ef6cbb6 100644 (file)
--- 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.
index 854be48224b5f671b2ae406a32af94fb3263e529..a4eb2898f31a437634cdcee20f65285d66ed97dd 100644 (file)
@@ -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)
index fd62663dc7c39d1c33ef721c973bfedba0b5dff5..e53d1397b30ac1886eb769eb65e52abb3e6acc13 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1006000
+#define OPING_VERSION 1006001
 
 /*
  * Type definitions