From 75f29f5bdc5926f421d0ea9809233833c607663d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 Jun 2015 11:49:58 +0000 Subject: [PATCH] Version 1.6.10 --- IDMETA | 2 +- NEWS | 4 ++++ win/makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index af63f05..d2f907d 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6" -VERSION=1.8.9 +VERSION=1.8.10 diff --git a/NEWS b/NEWS index 50f0e84..f6b7748 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.8.10 2015/06/24 + +Fix multi: hideunavailable don't hide target that timeout MP-615 + --- 1.8.9 2015/06/01 Fix race condition in MP log output MP-522 diff --git a/win/makefile b/win/makefile index abc61a1..8942095 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.9 +VERSION=1.8.10 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4