From f79057ff6c4afe924846b10f1a5f1f9d84b3474e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Jul 2015 08:26:59 +0000 Subject: [PATCH] Version 1.1.13 --- IDMETA | 2 +- NEWS | 13 +++++++++---- win/makefile | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/IDMETA b/IDMETA index 0e2bfb0..f11fb74 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.11.2 +VERSION=1.11.3 diff --git a/NEWS b/NEWS index 118c3f8..79721a1 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,16 @@ ---- next version +--- 1.11.3 2015/07/28 -fix PAZ-1013 - do not re-search if facetlimit scan fails to find value +Do not re-search if facetlimit scan fails to find value PAZ-1013 + +Optimizie single-target sortmap - keep record order PAZ-1917 + +position rec-icd with leading zeros PAZ-1018 + +Fix Bad HTTP request causes a crash PAZ-1012 --- 1.11.2 2015/07/21 -Fix PAZ-1015, which prevented the docs from being built, and therefore -the whole package from being released. +Fix Can not make doc on mochi PAZ-1015 --- 1.11.1 2015/07/21 diff --git a/win/makefile b/win/makefile index 8fa499e..920c8bb 100644 --- a/win/makefile +++ b/win/makefile @@ -5,7 +5,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.11.0 +PACKAGE_VERSION=1.11.3 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4