From: Adam Dickmeiss Date: Thu, 6 Aug 2015 07:55:54 +0000 (+0000) Subject: Version 1.9.0 X-Git-Tag: v1.9.0 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=9c06e48efc47eb82226334be1a1cda1c54d18660 Version 1.9.0 --- diff --git a/IDMETA b/IDMETA index d2f907d..681c2ac 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.10 +VERSION=1.9.0 diff --git a/NEWS b/NEWS index f6b7748..fb835e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +--- 1.9.0 2015/08/06 + +Fix incorrect diagnostic for reverse cql2pqf MP-619 +The cql_transform_rpn2cql_stream_r returns Bib-1 diagnostics; not +SRU diagnostics. + +deb: deprecated substitution ${Source-Version} MP-621 + +Fix systemd: reload stops metaproxy MP-620 +Detect systemd and just do nothing when reload/force-reload is +used. Log, however, that it really is not reloading. + +Add http-req-max to frontend_net MP-617 + --- 1.8.10 2015/06/24 Fix multi: hideunavailable don't hide target that timeout MP-615 diff --git a/win/makefile b/win/makefile index 8942095..4f47dcc 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.10 +VERSION=1.9.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz