From: Adam Dickmeiss Date: Tue, 3 Jun 2014 17:12:57 +0000 (+0200) Subject: Version 1.5.3 X-Git-Tag: v1.5.3 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=fab213acccb083e5d88d14979fec9ca106c75076 Version 1.5.3 --- diff --git a/IDMETA b/IDMETA index 2571e0f..b886ded 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.5.2 +VERSION=1.5.3 diff --git a/NEWS b/NEWS index 7a02685..dd454d6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.5.3 2014/06/03 + +session_shared: close in ~BackendInstance MP-549 +This fixes a serious issue where some MP would leak sockets. + +session_shared: mutex lock in BackendClass::release_backend MP-550 +Fixes a SEGV that could occur (in rare cases). + --- 1.5.2 2014/05/22 zoom: Do not include ZOOM C's fake surrogate diag recs MP-547 diff --git a/debian/changelog b/debian/changelog index d5a5d10..3a8a491 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.5.3-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Tue, 03 Jun 2014 19:12:27 +0200 + metaproxy (1.5.2-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index 318a5e0..da3a980 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.2 +VERSION=1.5.3 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz