From fa801e268585b30441b9a6e2e79efa6dc3bf769a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 4 Oct 2012 11:59:48 +0200 Subject: [PATCH] Version 1.3.47 --- IDMETA | 2 +- NEWS | 26 ++++++++++++++++++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index b542a56..f8bee2e 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5" -VERSION=1.3.46 +VERSION=1.3.47 diff --git a/NEWS b/NEWS index b97bf6e..f5a2103 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +--- 1.3.47 2012/10/04 + +For graceful stop (SIGUSR1), metaproxy will kill children processes. + +Log when metaproxy is invoked in test mode (-t). + +Log PID for each log message. + +multi: combine both NSDs and multiple NSDs into one (diagnostics). + +z3950_client: fixup multiple NSD's too. Like surrogate diagnostics, +a (backend=target) is appended for each diagnostic so that can be +determined the origin of error. + +multi: hideerrors also in use for present response. + +Solr example in zoom man page. + +Fix typo in query_rewrite config example. + +Log at least first non surrogate diagnostic. Instead of +"Z_Records_multipleNSD" + +multi: Fix check for opt Records in present response. A SEGV could occur +if a target did not return records and no diagnostics. + --- 1.3.46 2012/09/24 Yet another fix for graceful stop. diff --git a/debian/changelog b/debian/changelog index caaa3c5..c21bfba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.47-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 04 Oct 2012 11:59:05 +0200 + metaproxy (1.3.46-1indexdata) unstable; urgency=low * Upsteam. diff --git a/win/makefile b/win/makefile index bd5ed04..38050c4 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.46 +VERSION=1.3.47 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4