Bump version to 1.5.0; Update ChangeLog. liboping-1.5.0
authorFlorian Forster <octo@verplant.org>
Wed, 27 Oct 2010 13:40:32 +0000 (15:40 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 27 Oct 2010 13:57:56 +0000 (15:57 +0200)
ChangeLog
configure.ac
src/oping.h

index 144e5cb..c3aa2ac 100644 (file)
--- 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
index 46c8e52..b9caacf 100644 (file)
@@ -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)
index 377bcf7..cf8d7a5 100644 (file)
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1003003
+#define OPING_VERSION 1005000
 
 /*
  * Type definitions