From: Adam Dickmeiss Date: Tue, 17 Nov 2015 19:14:48 +0000 (+0000) Subject: Version 1.11.0 X-Git-Tag: v1.11.0 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=b57a6b7bf769f8642e062d96b5f47101ab9416ee Version 1.11.0 --- diff --git a/IDMETA b/IDMETA index 8b420f4..37b0dd2 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.10.0 +VERSION=1.11.0 diff --git a/NEWS b/NEWS index 7ac7841..68d2908 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.11.0 2015/11/17 + +frontend_net: connect-max anx http-req-max may be specified +based on originating IP. MP-632 + +frontend_net: fix leaks that would occur if http-req-max takes effect. + +Report file descriptor limit (RLIMIT_NOFILE) upon startup MP-631 + --- 1.10.0 2015/10/01 Fix sort: does not sort during leading present MP-630 diff --git a/win/makefile b/win/makefile index 29d3e64..10b117d 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.10.0 +VERSION=1.11.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz