+--- 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
# 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)
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
+pazpar2 (1.4.4-1indexdata) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Tue, 17 Aug 2010 13:22:40 +0200
+
pazpar2 (1.4.3-1indexdata) unstable; urgency=low
* Upstream.
Section: net
Priority: extra
Maintainer: Adam Dickmeiss <adam@indexdata.dk>
-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
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
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