From e4bcecb1d5a29b9dc3c5a674c29956def8fe01a6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Aug 2014 14:02:34 +0000 Subject: [PATCH] Version 1.5.10 --- IDMETA | 2 +- NEWS | 5 +++++ win/makefile | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index bdc2b65..403f7fa 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.5.9 +VERSION=1.5.10 diff --git a/NEWS b/NEWS index 0d0ea95..8daa661 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.5.10 2014/08/26 + +On SIGTERM shut down connection+listening sockets MP-568 +This fixes a problem with 'metaproxy stop' sometimes taking a long time. + --- 1.5.9 2014/08/15 zoom: make retry on failure configurable MP-565 diff --git a/win/makefile b/win/makefile index 81adc12..93286f0 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.9 +VERSION=1.5.10 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4