Bumped version to 1.3.4 and updated ChangeLog.
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 a7dfa47..f407047 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 bbbb6bf..3377772 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)