Code

Bump version to 1.5.1; Update ChangeLog. liboping-1.5.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 17 Nov 2010 09:09:47 +0000 (10:09 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 17 Nov 2010 09:09:47 +0000 (10:09 +0100)
ChangeLog
README
configure.ac
src/oping.h

index c3aa2ac7de09d216d8bf69f561d913ea036fd0ff..7b21db5292f33849c32bec5c097f7cec5a3a7585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
+         fixed. Thanks to James Bromberger for reporting one of them.
+
 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
diff --git a/README b/README
index 474a8dd3eb3322548373ed61ace690801cc3baf4..52711b350d84d8730ac4a92f414e8ae92f8bb316 100644 (file)
--- a/README
+++ b/README
@@ -50,5 +50,5 @@ Licensing terms
 Author
 ━━━━━━
 
-  Florian octo Forster <octo at verplant.org>
+  Florian “octo” Forster <ff at octo.it>
 
index b9caacf418473bb114100a95e1ab144c0225781d..d812dba1c6dfd37a8a81fefb456579c103ac67c8 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.5.0)
+AC_INIT(liboping, 1.5.1)
 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=4
+LIBOPING_REVISION=5
 LIBOPING_AGE=2
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)
index cf8d7a5e41c4012f7065a38abd84d8d765daea24..bf9f3f75c637ab2ea582ec52f88c7dbaae3c1540 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2010  Florian octo Forster <octo at verplant.org>
+ * Copyright (C) 2006-2010  Florian octo Forster <ff at octo.it>
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by the
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1005000
+#define OPING_VERSION 1005001
 
 /*
  * Type definitions