From e212784b3cda7d17569a8c6ca3b73f35454e8c75 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 5 Apr 2009 09:49:19 +0200 Subject: [PATCH] Bumped version to 1.1.2; Updated ChangeLog. --- ChangeLog | 7 +++++++ configure.ac | 4 ++-- src/oping.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d7fd3b..9b239bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-05, Version 1.1.2 + * liboping.c: A NULL-pointer dereference has been fixed in the IPv4 + code. This led to a segmentation fault when an ICMPv4 paket could + not be associated with any host. This usually happened when one or + more hosts were unreachable for some time. Thanks to Tomasz Pala for + discovering the problem and finding a way to reproduce it. + 2009-03-23, Version 1.1.1 * liboping.c: Use libxnet when available. The `normal' version of `recvmsg' does not provide the `auxiliary data' on some or all diff --git a/configure.ac b/configure.ac index 6d04b76..a04165c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 1.1.1) +AC_INIT(liboping, 1.1.2) 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=1 -LIBOPING_REVISION=1 +LIBOPING_REVISION=2 LIBOPING_AGE=1 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION) diff --git a/src/oping.h b/src/oping.h index 8cab096..ce02abd 100644 --- a/src/oping.h +++ b/src/oping.h @@ -41,7 +41,7 @@ extern "C" { #endif -#define OPING_VERSION 1001001 +#define OPING_VERSION 1001002 /* * Type definitions -- 2.30.2