From 7084cb9d797bc2843c3c60137d215ddeb461a24f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 Mar 2014 10:00:44 +0100 Subject: [PATCH] Version 1.4.7 --- IDMETA | 2 +- NEWS | 7 +++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 512f1d9..86dd916 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="saucy raring quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.4.6 +VERSION=1.4.7 diff --git a/NEWS b/NEWS index df11837..3909a0c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 1.4.7 2014/03/25 + +query_rewrite: pass-thru non Type-1 queries MP-527 + +metaproxy stop (SIGTERM) kills all child processes spanwed by +filter (if any) before invoking filter destructors. MP-525 + --- 1.4.6 2014/03/21 http_file: only supports HTTP GET MP-523 diff --git a/debian/changelog b/debian/changelog index c0616ce..9ff8821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.4.7-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Tue, 25 Mar 2014 09:59:39 +0100 + metaproxy (1.4.6-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index a39371f..f0a50fd 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.4.6 +VERSION=1.4.7 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4