From: Adam Dickmeiss Date: Wed, 26 Nov 2014 14:07:01 +0000 (+0000) Subject: Version 1.8.4 X-Git-Tag: v1.8.4 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=58c7fd078deb94cb0a396583d37c26940533b11c Version 1.8.4 --- diff --git a/IDMETA b/IDMETA index fb6f697..db077b0 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.8.3 +VERSION=1.8.4 diff --git a/NEWS b/NEWS index c4455e0..a00083b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.8.4 2014/11/26 + +Use YAZ backtrace facility PAZ-983. In case of crashes YAZ log may +include more details about the fault. Better install gdb and the +debug version of pazpar2 (pazpar2-dbg on Debian/Ubuntu). + +Per target timeout PAZ-981 +New setting pz:timeout which overrides z3950_operation timeout +in service. + --- 1.8.3 2014/11/20 Re-introduce journal-subpart PAZ-980 diff --git a/win/makefile b/win/makefile index 17e38e7..104a2c4 100644 --- a/win/makefile +++ b/win/makefile @@ -5,7 +5,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.8.3 +PACKAGE_VERSION=1.8.4 # YAZ YAZ_DIR=..\..\yaz