From 1cd59ab0bb4a0c51457d9df621529269addb772d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 2 Feb 2015 11:09:18 +0000 Subject: [PATCH] Version 1.8.2 --- IDMETA | 2 +- NEWS | 9 +++++++++ win/makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index b27250e..b9a55d7 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.8.1 +VERSION=1.8.2 diff --git a/NEWS b/NEWS index 982bb6b..ee57047 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.8.2 2015/02/02 + +Log rotate no longer reloads configuration - instead Metaproxy just +re-opens log files when SIGHUP is received. MP-485 + +Debian : init.d metaproxy reload should check configuration MP-591 + +Fix Metaproxy stops logging after check config failed MP-590 + --- 1.8.1 2015/01/19 Fix double free in log filter (with incorrect config) MP-589 diff --git a/win/makefile b/win/makefile index 1965efe..f2607eb 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.1 +VERSION=1.8.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4