diff --git a/IDMETA b/IDMETA index 97e10581..fdac034b 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="stretch jessie wheezy" UBUNTU_DIST="yakkety xenial trusty precise" CENTOS_DIST="centos6 centos7" -VERSION=1.12.1 +VERSION=1.12.2 diff --git a/NEWS b/NEWS index 3e6450ed..313f75ee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.12.2 2017/08/29 + +z3950_client: fix incorrect waiting for max-sockets condition MP-652 +The z3950_client could in some cases wait a very long time for a free +Z39.50 socket. The proper behavior is to give up after 15 seconds. + --- 1.12.1 2017/08/16 session_shared: fix 0 hits for search timeout MP-649 diff --git a/win/makefile b/win/makefile index 9f969701..9c54db15 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.12.1 +VERSION=1.12.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz