Bump version to 1.6.0; Update ChangeLog. liboping-1.6.0
authorFlorian Forster <octo@verplant.org>
Wed, 26 Jan 2011 08:48:28 +0000 (09:48 +0100)
committerFlorian Forster <octo@verplant.org>
Wed, 26 Jan 2011 13:17:27 +0000 (14:17 +0100)
ChangeLog
configure.ac
src/oping.h

index 7b21db5..831f3d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
+
 2010-11-17, Version 1.5.1:
        * oping, noping: Alias for the “Voice Admit” DSCP has been added.
        * src/oping.c, src/liboping.c: Compiler warnings / errors have been
index d812dba..854be48 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.5.1)
+AC_INIT(liboping, 1.6.0)
 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=5
+LIBOPING_REVISION=6
 LIBOPING_AGE=2
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)
index bf9f3f7..abeb544 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1005001
+#define OPING_VERSION 1006000
 
 /*
  * Type definitions