diff --git a/IDMETA b/IDMETA index cb5c382b..c30347ef 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="buster stretch jessie" UBUNTU_DIST="focal bionic xenial trusty" -CENTOS_DIST="centos8 centos7 centos6" -VERSION=1.19.1 +CENTOS_DIST="centos8 centos7" +VERSION=1.19.2 diff --git a/NEWS b/NEWS index aecde0b3..b68c7569 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.19.2 2021/03/19 + +sru_z3950 filter omits preferredRecordSyntax for search. Some servers +reject searches with preferedRecordSyntax set. + --- 1.19.1 2020/06/12 Ignore Ignore ::ffff: to match IPV4 addresses. That's for the ip diff --git a/win/makefile b/win/makefile index 08160b54..208cc245 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.19.1 +VERSION=1.19.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz