summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-24 01:02:31 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-24 01:02:31 +0200
commitff693556c8f9d3ecebd404f287c15dd6c355bb21 (patch)
tree7fec21df5b9a919320fcfa250b979ee3bcb6ef85
parent30aac1c9c874f0fd30aa86f27c5dd04376774eeb (diff)
prepare 0.6v0.6
-rw-r--r--configure.ac4
-rw-r--r--doc/README.html.in6
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1ae4bc9..f1195d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,14 +20,14 @@
# <http://www.gnu.org/licenses/>.
AC_PREREQ(2.59)
-AC_INIT([libasyncns],[0.5],[mznflapaf (at) 0pointer (dot) de])
+AC_INIT([libasyncns],[0.6],[mznflapaf (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([libasyncns/asyncns.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/libasyncns/])
-AC_SUBST(LIBASYNCNS_VERSION_INFO, [2:1:2])
+AC_SUBST(LIBASYNCNS_VERSION_INFO, [3:0:3])
if type -p stow > /dev/null && test -d /usr/local/stow ; then
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
diff --git a/doc/README.html.in b/doc/README.html.in
index 810e9bf..fc9535a 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -38,6 +38,12 @@ Lesser General Public License for more details.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Fri 24 Oct
+2008: </div> <p class="news-text"><a href="@PACKAGE_URL@libasyncns-0.5.tar.gz">Version
+0.6</a> released; changes include: save and restore <tt>h_errno</tt>
+in addition to <tt>errno</tt>; drop usage of pthread's cancelling
+since it is problematic on some platforms.</p>
+
<div class="news-date">Sun 17 Aug
2008: </div> <p class="news-text"><a href="@PACKAGE_URL@libasyncns-0.5.tar.gz">Version
0.5</a> released; changes include: fix getaddrinfo() serialization.</p>