From: Adam Dickmeiss Date: Tue, 5 Oct 2010 10:45:03 +0000 (+0200) Subject: Version 1.5.0. Require YAZ 4.1.0 X-Git-Tag: v1.5.0 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=8c649f01cf9611fe39e5c391d9f691001e14b4c9;p=pazpar2-moved-to-github.git Version 1.5.0. Require YAZ 4.1.0 --- diff --git a/NEWS b/NEWS index 34b0147..48123cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.5.0 2010/10/05 + +SOLR support. Pazpar2 may operate as web service client for SOLR. + --- 1.4.4 2010/08/17 Fix for show command and block=1 (dead lock). Bug was introduced in diff --git a/configure.ac b/configure.ac index 85e9eef..08cf459 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.4.4],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -21,7 +21,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu],[4.0.13]) +YAZ_INIT([static icu],[4.1.0]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 51f8041..5af1ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.5.0-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 05 Oct 2010 12:43:59 +0200 + pazpar2 (1.4.4-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index bc245b9..012da1a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pazpar2 Section: net Priority: extra Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.0.13), docbook-xsl, libgnutls-dev +Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.1.0), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 Package: pazpar2