summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b87c48d)
raw | patch | inline | side by side (parent: b87c48d)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 17 Nov 2010 09:09:47 +0000 (10:09 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 17 Nov 2010 09:09:47 +0000 (10:09 +0100) |
ChangeLog | patch | blob | history | |
README | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index c3aa2ac7de09d216d8bf69f561d913ea036fd0ff..7b21db5292f33849c32bec5c097f7cec5a3a7585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
index 474a8dd3eb3322548373ed61ace690801cc3baf4..52711b350d84d8730ac4a92f414e8ae92f8bb316 100644 (file)
--- a/README
+++ b/README
Author
━━━━━━
- Florian octo Forster <octo at verplant.org>
+ Florian “octo” Forster <ff at octo.it>
diff --git a/configure.ac b/configure.ac
index b9caacf418473bb114100a95e1ab144c0225781d..d812dba1c6dfd37a8a81fefb456579c103ac67c8 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
diff --git a/src/oping.h b/src/oping.h
index cf8d7a5e41c4012f7065a38abd84d8d765daea24..bf9f3f75c637ab2ea582ec52f88c7dbaae3c1540 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
/**
* 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