From a10c33b251054238d9b49f177f5205ff6e68fc65 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Jun 2008 13:22:20 +0200 Subject: [PATCH] Version 1.3.4 --- NEWS | 4 ++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) 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. -- 1.7.10.4