Code

Bump version to 1.6.2; Update ChangeLog.
authorFlorian Forster <octo@verplant.org>
Sun, 13 Mar 2011 19:18:47 +0000 (20:18 +0100)
committerFlorian Forster <octo@verplant.org>
Fri, 2 Sep 2011 02:58:29 +0000 (22:58 -0400)
ChangeLog
configure.ac
src/oping.h

index e895bbee83df2522b0073fd161afbd895ef6cbb6..79f84839b4fb890475b66bdef7fcab508883f006 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-13, 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.
+
 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
index 4f26fbc4b6a02ab71a7db13d8dc2e15449aa5123..57d8531dba1120e25b02107066c695715f98a782 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.67])
-AC_INIT([liboping],[1.6.1])
+AC_INIT([liboping],[1.6.2])
 AC_CONFIG_SRCDIR([src/liboping.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -20,7 +20,7 @@ AC_SUBST(LIBOPING_PATCH)
 
 # ABI version
 LIBOPING_CURRENT=2
-LIBOPING_REVISION=7
+LIBOPING_REVISION=8
 LIBOPING_AGE=2
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)
index e53d1397b30ac1886eb769eb65e52abb3e6acc13..cd7d62f9589b8098137d11b08e4a8cf6a7d23099 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1006001
+#define OPING_VERSION 1006002
 
 /*
  * Type definitions