summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 09be539)
raw | patch | inline | side by side (parent: 09be539)
author | Florian Forster <octo@verplant.org> | |
Wed, 27 Oct 2010 13:40:32 +0000 (15:40 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Wed, 27 Oct 2010 13:57:56 +0000 (15:57 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 144e5cba108c44353663b75a43575654bdae9cc7..c3aa2ac7de09d216d8bf69f561d913ea036fd0ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2010-10-27, Version 1.5.0:
+ * src/liboping.c: The possibility to set the QoS byte of outgoing IPv4
+ and IPv6 packets and read the byte from incoming packets has been
+ added. Thanks to Vladimir Melnikov for his patch.
+ * oping, noping: Add the ability to configure the QoS field on the
+ command line. If either the QoS field of outgoing or incoming
+ packets is non-standard, the QoS byte of incoming packets will be
+ printed.
+ * liboping: The library has been relicensed under the LGPL 2.1.
+
2010-06-13, Version 1.4.0:
* noping: A new front-end to liboping, using the ncurses library, has
been added. The new command line application displays ping
diff --git a/configure.ac b/configure.ac
index 46c8e52652b7c55db42577e3724d132f10da3279..b9caacf418473bb114100a95e1ab144c0225781d 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-AC_INIT(liboping, 1.4.0)
+AC_INIT(liboping, 1.5.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=3
+LIBOPING_REVISION=4
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
diff --git a/src/oping.h b/src/oping.h
index 377bcf703eeba964fcdfb23f59ab6ef68543c5fd..cf8d7a5e41c4012f7065a38abd84d8d765daea24 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1003003
+#define OPING_VERSION 1005000
/*
* Type definitions