diff --git a/IDMETA b/IDMETA index bf501ba1..58f7e563 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="stretch jessie wheezy" UBUNTU_DIST="bionic xenial trusty" CENTOS_DIST="centos6 centos7" -VERSION=1.14.0 +VERSION=1.15.0 diff --git a/NEWS b/NEWS index 5ea59c06..59bf886f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.15.0 2018/06/01 + +metaproxy: option -s sets resource limit for open files (ulimit -n) + --- 1.14.0 2018/05/23 frontend_net: allow limit of connections from same IP MP-657 diff --git a/win/makefile b/win/makefile index 1b3558d3..dd2e9b4f 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.14.0 +VERSION=1.15.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz