From 296621fc8d23651d72fc9c72b80fa3e82547f3bf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 1 Jun 2015 09:26:19 +0000 Subject: [PATCH] Version 1.8.9 --- IDMETA | 2 +- NEWS | 14 ++++++++++++++ win/makefile | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 0d97429..af63f05 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6" -VERSION=1.8.8 +VERSION=1.8.9 diff --git a/NEWS b/NEWS index 6c54907..50f0e84 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +--- 1.8.9 2015/06/01 + +Fix race condition in MP log output MP-522 + +Fix 'Group' is duplicated twice in RPM spec + +Fix crash in log filter when record syntax is omitted MP-613 + +Change target z3950.loc.gov:7090/voyager -> lx2.loc.gov:210/LCDB_MARC8 +in examples. + +Fix Control-C does not stop Metaproxy spawned by shell MP-610 +Check for fork mode instead (-D) - rather than debug (-X) + --- 1.8.8 2015/04/14 sru_z3950: allow CCL in SRU search MP-606 diff --git a/win/makefile b/win/makefile index ba23e67..abc61a1 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.8 +VERSION=1.8.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4