summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-18 00:39:22 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-18 00:39:22 +0200
commitc6c6396ccb8d67c398d5dfa3d309714e737401d3 (patch)
treee822eb38f1b1ef487fe11a0c8b84a713f64838d9
parentb6c9d0a561260e1a63964f2d23e9bc4f3f28f680 (diff)
prepare v0.5v0.5
-rw-r--r--configure.ac4
-rw-r--r--doc/README.html.in6
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 @@
# <http://www.gnu.org/licenses/>.
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.</p>
<h2><a name="news">News</a></h2>
+<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>
+
<div class="news-date">Sun 27 Jul
2008: </div> <p class="news-text"><a href="@PACKAGE_URL@libasyncns-0.4.tar.gz">Version
0.4</a> released; changes include: rework error handling logic,
@@ -141,7 +145,7 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/libasyncns/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2008</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, August 2008</address>
</body>
</html>