+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
-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)