summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d9fe8c)
raw | patch | inline | side by side (parent: 9d9fe8c)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 6 Mar 2011 08:46:54 +0000 (09:46 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 6 Mar 2011 08:46:54 +0000 (09:46 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 831f3d44ee2b23b8a8cfdfe408ac061ce5617e45..e895bbee83df2522b0073fd161afbd895ef6cbb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 854be48224b5f671b2ae406a32af94fb3263e529..a4eb2898f31a437634cdcee20f65285d66ed97dd 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
# 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 fd62663dc7c39d1c33ef721c973bfedba0b5dff5..e53d1397b30ac1886eb769eb65e52abb3e6acc13 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1006000
+#define OPING_VERSION 1006001
/*
* Type definitions