Code

Bumped version to 1.1.1; Updated ChangeLog.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Mar 2009 08:52:36 +0000 (09:52 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 23 Mar 2009 08:52:36 +0000 (09:52 +0100)
ChangeLog
configure.ac

index ef4e5d0fe895bafa0875a3993e2de654706a0ffa..6d7fd3bd806acd3f9f8ab5213c9d33a9bf49b4f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
+         versions of Solaris.
+
 2009-03-15, Version 1.1.0
        * liboping.c: Eliminate the use of `strerror' and use `strerror_r'
          instead, removing the (hopefully) last thread-unsafe function.
index 631e72d5293bc432209f0057ad2597309e5479ab..6d04b76db0019f3d0616c3a6c4488a4d7cd43a39 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 1.1.0)
+AC_INIT(liboping, 1.1.1)
 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=0
+LIBOPING_REVISION=1
 LIBOPING_AGE=1
 AC_SUBST(LIBOPING_CURRENT)
 AC_SUBST(LIBOPING_REVISION)