summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29d946c)
raw | patch | inline | side by side (parent: 29d946c)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 23 Mar 2009 08:52:36 +0000 (09:52 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 23 Mar 2009 08:52:36 +0000 (09:52 +0100) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ef4e5d0fe895bafa0875a3993e2de654706a0ffa..6d7fd3bd806acd3f9f8ab5213c9d33a9bf49b4f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
diff --git a/configure.ac b/configure.ac
index 631e72d5293bc432209f0057ad2597309e5479ab..6d04b76db0019f3d0616c3a6c4488a4d7cd43a39 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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)
# ABI version
LIBOPING_CURRENT=1
-LIBOPING_REVISION=0
+LIBOPING_REVISION=1
LIBOPING_AGE=1
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)