From d9a3f9dc35c19bb53db79ebdd69c1d85c93cfb89 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 20 Dec 2009 10:25:51 +0100 Subject: [PATCH] Bumped version to 1.3.4 and updated ChangeLog. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7dfa47..f407047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-20, Version 1.3.4: + * src/liboping.c: When one file descriptor was in an error state, the + select(2) loop would run indefinitely. Error handling has been + improved so the loop ends gracefully now in this case. + 2009-09-29, Version 1.3.3: * oping: Disable the “-f” option if the real and effective user IDs don't match. If that is the case the program is probably running diff --git a/configure.ac b/configure.ac index bbbb6bf..3377772 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 1.3.3) +AC_INIT(liboping, 1.3.4) 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=2 +LIBOPING_REVISION=3 LIBOPING_AGE=2 AC_SUBST(LIBOPING_CURRENT) AC_SUBST(LIBOPING_REVISION) -- 2.30.2