summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6cd6a0)
raw | patch | inline | side by side (parent: e6cd6a0)
author | Florian Forster <sifnfors@stud.informatik.uni-erlangen.de> | |
Mon, 20 Jul 2009 11:51:23 +0000 (13:51 +0200) | ||
committer | Florian Forster <sifnfors@stud.informatik.uni-erlangen.de> | |
Mon, 20 Jul 2009 11:51:23 +0000 (13:51 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index cc349d714ba89df7278c460179b37d616430cde8..121e8bfb504960efe8c02d13414408b1c7050b57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-07-20, Version 1.3.1
+ * src/liboping.c: Fix too eager argument validation that prevented the
+ library to work as documented. Thanks to Sebastian for catching this
+ bug.
+
2009-07-18, Version 1.3.0
* oping: Documentation and messages have been improved.
* oping: Support for the `-D' command line option has been added.
diff --git a/configure.ac b/configure.ac
index 2a0ce7656870a2ccf2702271f10b713f88c1904f..9d10adbd8010e56f30d247df0a4b9e74dfb8d6a9 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-AC_INIT(liboping, 1.3.0)
+AC_INIT(liboping, 1.3.1)
AC_CONFIG_SRCDIR(src/liboping.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=0
+LIBOPING_REVISION=1
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)