summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e5fb1f)
raw | patch | inline | side by side (parent: 3e5fb1f)
author | Florian Forster <octo@verplant.org> | |
Wed, 26 Jan 2011 08:48:28 +0000 (09:48 +0100) | ||
committer | Florian Forster <octo@verplant.org> | |
Wed, 26 Jan 2011 13:17:27 +0000 (14:17 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 7b21db5292f33849c32bec5c097f7cec5a3a7585..831f3d44ee2b23b8a8cfdfe408ac061ce5617e45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/configure.ac b/configure.ac
index d812dba1c6dfd37a8a81fefb456579c103ac67c8..854be48224b5f671b2ae406a32af94fb3263e529 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=5
+LIBOPING_REVISION=6
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
diff --git a/src/oping.h b/src/oping.h
index bf9f3f75c637ab2ea582ec52f88c7dbaae3c1540..abeb544710ca136c7620a6d5fb68422ac23edf5b 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1005001
+#define OPING_VERSION 1006000
/*
* Type definitions