From d50e15900d93b3df855b164bf776b948d7c7a7cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Oct 2015 09:31:41 +0000 Subject: [PATCH] Version 1.10.0 --- IDMETA | 2 +- NEWS | 9 +++++++++ win/makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index e8ee1e1..446de0e 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.3 +VERSION=1.10.0 diff --git a/NEWS b/NEWS index 2637834..7ac7841 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.10.0 2015/10/01 + +Fix sort: does not sort during leading present MP-630 + +Filter frontend_net: dynamic thread pool. max-threads and stack-size +may be configured MP-629 + +Fix boost not found on debian-testing MP-628 + --- 1.9.3 2015/09/04 Fix virt_db creates result-set for failed search MP-627 diff --git a/win/makefile b/win/makefile index dccba38..29d3e64 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.9.3 +VERSION=1.10.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4