Code

Bumped version to 1.1.2; Updated ChangeLog. liboping-1.1.2
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 5 Apr 2009 07:49:19 +0000 (09:49 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 5 Apr 2009 07:49:19 +0000 (09:49 +0200)
ChangeLog
configure.ac
src/oping.h

index 6d7fd3bd806acd3f9f8ab5213c9d33a9bf49b4f5..9b239bc3f6befd00ee847ea9638d8fa2aee0b860 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-05, Version 1.1.2
+       * liboping.c: A NULL-pointer dereference has been fixed in the IPv4
+         code. This led to a segmentation fault when an ICMPv4 paket could
+         not be associated with any host. This usually happened when one or
+         more hosts were unreachable for some time. Thanks to Tomasz Pala for
+         discovering the problem and finding a way to reproduce it.
+
 2009-03-23, Version 1.1.1
        * liboping.c: Use libxnet when available. The `normal' version of
          `recvmsg' does not provide the `auxiliary data' on some or all
index 6d04b76db0019f3d0616c3a6c4488a4d7cd43a39..a04165cb34d550e9f9a1fae4fb44f9c4e16557ae 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.1.1)
+AC_INIT(liboping, 1.1.2)
 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=1
-LIBOPING_REVISION=1
+LIBOPING_REVISION=2
 LIBOPING_AGE=1
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)
index 8cab0964c16865aede4330fe6a123867155987c2..ce02abd1032cb770a48c8d157ec0ced16688dbbc 100644 (file)
@@ -41,7 +41,7 @@
 extern "C" {
 #endif
 
-#define OPING_VERSION 1001001
+#define OPING_VERSION 1001002
 
 /*
  * Type definitions