summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d68caf8)
raw | patch | inline | side by side (parent: d68caf8)
author | Florian Forster <octo@verplant.org> | |
Sun, 20 Dec 2009 09:25:51 +0000 (10:25 +0100) | ||
committer | Florian Forster <octo@verplant.org> | |
Sun, 20 Dec 2009 09:25:51 +0000 (10:25 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index a7dfa471833ecd230a0038b99b97cd74aed04bce..f40704763a5a48761a8938bcf0b794c11d94869e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 bbbb6bf281f725cc80464af9513db4eaeb7502b4..3377772624a9817349edaac7fbd270e0e8e7a9fd 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=2
+LIBOPING_REVISION=3
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)