From: Adam Dickmeiss Date: Wed, 8 Jul 2009 12:38:03 +0000 (+0200) Subject: Version 1.1.4. Depend on YAZ 3.0.47 X-Git-Tag: v1.1.4~1 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=2604df665a484a7f11f89ce0ceb74b4280720beb;ds=sidebyside Version 1.1.4. Depend on YAZ 3.0.47 --- diff --git a/NEWS b/NEWS index 4924023..36e0f26 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.1.4 2009/07/08 + +Depend on YAZ 3.0.47 with new functionality. + --- 1.1.3 2009/06/30 Added classes TimeStat and LimitConnect (used by Metaproxy). diff --git a/configure.ac b/configure.ac index 8ceacfc..9cd568f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl YAZ++ Toolkit Index Data 1998-2009 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.1.3],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.1.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 -YAZ_INIT([threads],[3.0.45]) +YAZ_INIT([threads],[3.0.47]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index c3d6b6e..2b5d4c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazpp (1.1.4-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 08 Jul 2009 14:32:51 +0200 + yazpp (1.1.3-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index 52ae632..ce8d880 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz3-dev (>= 3.0.30) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz3-dev (>= 3.0.47) Package: libyazpp3 Section: libs