From: Adam Dickmeiss Date: Fri, 6 Jun 2008 11:22:20 +0000 (+0200) Subject: Version 1.3.4 X-Git-Tag: v1.3.4~1 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=a10c33b251054238d9b49f177f5205ff6e68fc65;ds=sidebyside Version 1.3.4 --- diff --git a/NEWS b/NEWS index 1f8e2b6..d5447f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.3.4 2008/06/06 + +Omit debian directory from tar dist. + --- 1.3.3.2 2008/05/27 Match SRU database (PATH) against target name. Allow omitted explain diff --git a/configure.ac b/configure.ac index 189e03e..2248ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of YAZ proxy dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.3.2],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.4],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -12,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZPP_INIT([threads],[1.1.0]) +YAZPP_INIT([threads],[1.1.1]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 8883cfe..3e074bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazproxy (1.3.4-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 06 Jun 2008 13:20:10 +0200 + yazproxy (1.3.3-1) unstable; urgency=low * Upstream.