From: Adam Dickmeiss Date: Tue, 11 May 2010 08:54:48 +0000 (+0200) Subject: Version 1.2.2 X-Git-Tag: v1.2.2~4 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=2ee92275c00739de18b39c7d2f5ea87d2a67acc5;hp=b6131942246f587188208dd9df6f5332839101d2;p=yazpp-moved-to-github.git Version 1.2.2 --- diff --git a/NEWS b/NEWS index ff69a11..3f180d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 1.2.2 2010/05/11 + +Update dependency to YAZ 4.0.7 because it has an important fix +for record conversion (for Metaproxy). + +Build for Ubuntu karmic. + --- 1.2.1 2010/01/28 Update dependency on newer because YAZ 4.0.1 has new functions. diff --git a/configure.ac b/configure.ac index bce01e5..1575fcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl YAZ++ Toolkit Index Data 1998-2010 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.2.1],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.2],[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],[4.0.1]) +YAZ_INIT([threads],[4.0.7]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index e59ff1a..424ada5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazpp (1.2.2-1indexdata) unstable; urgency=low + + * Upsteam. + + -- Adam Dickmeiss Tue, 11 May 2010 10:53:32 +0200 + yazpp (1.2.1-1indexdata) unstable; urgency=low * Depend on YAZ 4.0.1. diff --git a/debian/control b/debian/control index 0c472be..9e37e27 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, libyaz4-dev (>= 4.0.1) +Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libxslt1-dev, libyaz4-dev (>= 4.0.7) Package: libyazpp4 Section: libs