Code

Bumped version to 1.3.4 and updated ChangeLog. liboping-1.3.4
authorFlorian Forster <octo@verplant.org>
Sun, 20 Dec 2009 09:25:51 +0000 (10:25 +0100)
committerFlorian Forster <octo@verplant.org>
Sun, 20 Dec 2009 09:25:51 +0000 (10:25 +0100)
ChangeLog
configure.ac

index a7dfa471833ecd230a0038b99b97cd74aed04bce..f40704763a5a48761a8938bcf0b794c11d94869e 100644 (file)
--- 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
index bbbb6bf281f725cc80464af9513db4eaeb7502b4..3377772624a9817349edaac7fbd270e0e8e7a9fd 100644 (file)
@@ -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)