From b0feb8036d34aa58427e56a26ef196fe8c90ee79 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Nov 2013 10:40:48 +0100 Subject: [PATCH] Version 1.6.37 --- IDMETA | 2 +- NEWS | 13 +++++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 0ebca91..99e857a 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.36 +VERSION=1.6.37 diff --git a/NEWS b/NEWS index 14a5419..06a806a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 1.6.37 2013/11/18 + +Fix 'Record Missing' for command=show PAZ-903 + +Preserve order of records within cluster PAZ-902 + +testing: use yaz-ztest -V if possible and use YAZ in sibling directory +if present. + +Allow clustered records to be ingested during retrieval. PAZ-900 + +Fix void function error which cannot return a value. + --- 1.6.36 2013/11/11 SRU pz:authentication="a/b" may end up as x-username=a%2Fb PAZ-899 diff --git a/debian/changelog b/debian/changelog index 1fc0999..9fa3fd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.37-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 18 Nov 2013 10:39:51 +0100 + pazpar2 (1.6.36-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 99e88d2..931834a 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.6.35 +PACKAGE_VERSION=1.6.37 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4