From dc286aaa1e04edef59f6d2f78b805ff34c4e48d9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 17 Aug 2010 13:39:06 +0200 Subject: [PATCH] Version 1.4.4 --- NEWS | 5 +++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ debian/control | 2 +- test/test_facets.sh | 2 +- win/makefile | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 83b8fb0..34b0147 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.4.4 2010/08/17 + +Fix for show command and block=1 (dead lock). Bug was introduced in +1.4.0. + --- 1.4.3 2010/07/02 New RPM packages: pazpar2, pazpar2-js, pazpar2-doc. These have been diff --git a/configure.ac b/configure.ac index b6a5cba..bfe01d5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.4.3],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.4.4],[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.10]) +YAZ_INIT([static icu],[4.0.12]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index dadd19d..51f8041 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.4.4-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 17 Aug 2010 13:22:40 +0200 + pazpar2 (1.4.3-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index 9efe8d5..2619ff4 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.10), docbook-xsl, libgnutls-dev +Build-Depends: debhelper (>= 5), autotools-dev, libyaz4-dev (>= 4.0.12), docbook-xsl, libgnutls-dev Standards-Version: 3.7.2 Package: pazpar2 diff --git a/test/test_facets.sh b/test/test_facets.sh index 1ad053c..506dd64 100755 --- a/test/test_facets.sh +++ b/test/test_facets.sh @@ -10,7 +10,7 @@ F='' for p in $PATH; do if test -x $p/yaz-ztest -a -x $p/yaz-config; then VERSION=`$p/yaz-config -V|awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test $VERSION -ge 4000011; then + if test $VERSION -ge 4000012; then F=$p/yaz-ztest break fi diff --git a/win/makefile b/win/makefile index ef231b5..e811467 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.4.2 +PACKAGE_VERSION=1.4.4 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4