From 824abd84408c19f69b69536259ad2287e22ae3cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 22 Feb 2008 14:59:57 +0000 Subject: [PATCH] Bump version to 1.3.2 --- NEWS | 2 ++ configure.ac | 8 ++++---- debian/changelog | 6 ++++++ debian/control | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index f3878c9..197d0d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.3.2 2008/02/DD + Added option -D for yazproxy which puts yazproxy in background after startup. diff --git a/configure.ac b/configure.ac index ba8630f..d8a317e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ -dnl yazproxy, Index Data 1994-2007 +dnl yazproxy, Index Data 1994-2008 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.19 2008-02-21 09:33:22 adam Exp $ +dnl $Id: configure.ac,v 1.20 2008-02-22 14:59:57 adam Exp $ AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.1],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.2],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -13,7 +13,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZPP_INIT([threads],[1.0.3]) +YAZPP_INIT([threads],[1.1.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 149fb28..86b921f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazproxy (1.3.2-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 22 Feb 2008 15:56:18 +0100 + yazproxy (1.3.1-1) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index 616d0e0..4a2d850 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, libyazpp2-dev(>= 1.0.3) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyazpp3-dev(>= 1.1.0) Package: yazproxy Section: utils @@ -31,7 +31,7 @@ Description: YAZ Proxy libraries Package: libyazproxy2-dev Section: devel Architecture: any -Depends: libyazproxy2 (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp2-dev +Depends: libyazproxy2 (= ${Source-Version}), libxml2-dev, libxslt1-dev, libyazpp3-dev Conflicts: libyazproxy-dev Description: YAZ Proxy development libraries YAZ Proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and -- 1.7.10.4