Version 1.4.4 v1.4.4
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 17 Aug 2010 11:39:06 +0000 (13:39 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 17 Aug 2010 11:39:06 +0000 (13:39 +0200)
NEWS
configure.ac
debian/changelog
debian/control
test/test_facets.sh
win/makefile

diff --git a/NEWS b/NEWS
index 83b8fb0..34b0147 100644 (file)
--- 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
index b6a5cba..bfe01d5 100644 (file)
@@ -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
index dadd19d..51f8041 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 9efe8d5..2619ff4 100644 (file)
@@ -2,7 +2,7 @@ Source: pazpar2
 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
index 1ad053c..506dd64 100755 (executable)
@@ -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
index ef231b5..e811467 100644 (file)
@@ -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