diff --git a/IDMETA b/IDMETA index 4ac37f51..5b74e612 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="xenial wily trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.11.5 +VERSION=1.11.6 diff --git a/NEWS b/NEWS index 769cca3f..65ef62bb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.11.6 2016/09/28 + +frontend_net: fix leak when http-req-max limit is met + +frontend_net: fix leak when reporting statistics + +z3950_client: schema+doc for max-sockets + +sru_z3950: Allow limit of retrieval of records (maximumRecords) + --- 1.11.5 2016/08/22 frontend_net: fix memory leak for incoming packages MP-636 diff --git a/win/makefile b/win/makefile index 6de4a971..3fbfb5f4 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.11.5 +VERSION=1.11.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz