From acabacd8d5d303e7629871108ccc8137421e3cce Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 27 Oct 2010 15:40:32 +0200 Subject: [PATCH] Bump version to 1.5.0; Update ChangeLog. --- ChangeLog | 10 ++++++++++ configure.ac | 4 ++-- src/oping.h | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 144e5cb..c3aa2ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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 46c8e52..b9caacf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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) @@ -16,7 +16,7 @@ AC_SUBST(LIBOPING_PATCH) # 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 377bcf7..cf8d7a5 100644 --- a/src/oping.h +++ b/src/oping.h @@ -33,7 +33,7 @@ extern "C" { #endif -#define OPING_VERSION 1003003 +#define OPING_VERSION 1005000 /* * Type definitions -- 2.30.2