From 83afc2e2b53629b04c8dd93948d4bbcc225053ec Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 23 Mar 2009 09:52:36 +0100 Subject: [PATCH] Bumped version to 1.1.1; Updated ChangeLog. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef4e5d0..6d7fd3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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 + versions of Solaris. + 2009-03-15, Version 1.1.0 * liboping.c: Eliminate the use of `strerror' and use `strerror_r' instead, removing the (hopefully) last thread-unsafe function. diff --git a/configure.ac b/configure.ac index 631e72d..6d04b76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 1.1.0) +AC_INIT(liboping, 1.1.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=1 -LIBOPING_REVISION=0 +LIBOPING_REVISION=1 LIBOPING_AGE=1 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION) -- 2.11.0