From 7fa984c171c65d05d34775c4533808793b2109cb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Dec 2009 10:12:48 +0100 Subject: [PATCH] Version 1.3.5 --- NEWS | 5 +++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d5447f0..7eca071 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.3.5 2009/12/03 + +Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or +later which means YAZ 3.0.47 or later. + --- 1.3.4 2008/06/06 Omit debian directory from tar dist. diff --git a/configure.ac b/configure.ac index bbfa9b0..95e4f58 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.4],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.5],[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.1]) +YAZPP_INIT([threads],[1.1.4]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 3e074bb..d0f3cf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazproxy (1.3.5-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 03 Dec 2009 10:09:28 +0100 + yazproxy (1.3.4-1) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index af8976f..0e6b007 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: yazproxy Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.0 -Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp3-dev(>= 1.1.1) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp3-dev(>= 1.1.4) Package: yazproxy Section: utils -- 1.7.10.4