From c6c6396ccb8d67c398d5dfa3d309714e737401d3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 Aug 2008 00:39:22 +0200 Subject: prepare v0.5 --- configure.ac | 4 ++-- doc/README.html.in | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1f4bb2e..1ae4bc9 100644 --- a/configure.ac +++ b/configure.ac @@ -20,14 +20,14 @@ # . AC_PREREQ(2.59) -AC_INIT([libasyncns],[0.4],[mznflapaf (at) 0pointer (dot) de]) +AC_INIT([libasyncns],[0.5],[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:0:2]) +AC_SUBST(LIBASYNCNS_VERSION_INFO, [2:1:2]) 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 b2f3799..810e9bf 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -38,6 +38,10 @@ Lesser General Public License for more details.

News

+
Sun 17 Aug +2008:

Version +0.5 released; changes include: fix getaddrinfo() serialization.

+
Sun 27 Jul 2008:

Version 0.4 released; changes include: rework error handling logic, @@ -141,7 +145,7 @@ compilation and make install (as root) for installation of

If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, July 2008
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, August 2008
-- cgit