+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
Author
━━━━━━
- Florian octo Forster <octo at verplant.org>
+ Florian “octo” Forster <ff at octo.it>
-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)
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=4
+LIBOPING_REVISION=5
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
/**
* 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
extern "C" {
#endif
-#define OPING_VERSION 1005000
+#define OPING_VERSION 1005001
/*
* Type definitions