From: Adam Dickmeiss Date: Thu, 1 Oct 2015 09:31:41 +0000 (+0000) Subject: Version 1.10.0 X-Git-Tag: v1.10.0 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.10.0 Version 1.10.0 --- 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