From a1e5630de9f16cf2a01b10b75cd791a7ad195f98 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 4 Sep 2015 12:27:52 +0000 Subject: [PATCH] Version 1.9.3 --- IDMETA | 2 +- NEWS | 4 ++++ win/makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 06abb04..e8ee1e1 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.9.2 +VERSION=1.9.3 diff --git a/NEWS b/NEWS index dc2c831..2637834 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.9.3 2015/09/04 + +Fix virt_db creates result-set for failed search MP-627 + --- 1.9.2 2015/09/04 Fix load_balance: does not retry dead target MP-626 diff --git a/win/makefile b/win/makefile index aac2d7d..dccba38 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.9.2 +VERSION=1.9.3 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4