From fe49dee246e23ba8e6c10a4589e01d66a05facc4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Apr 2015 09:25:45 +0000 Subject: [PATCH] Version 1.8.6 --- IDMETA | 2 +- NEWS | 10 ++++++++++ win/makefile | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index d6e7ac5..8e7ad7a 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.5 +VERSION=1.8.6 diff --git a/NEWS b/NEWS index aeba0a7..500bdd7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.8.6 2015/04/01 + +Fix session_shared caches set with diagnostic MP-604 + +Fix assertion failed in session_shared filter MP-603 + +Make /usr/share/metaproxy be part of metaproxy RPM MP-601 + +Log YAZ version upon start MP-599 + --- 1.8.5 2015/03/17 sru_z3950: undo Serialize identical SRU GET requests MP-598 diff --git a/win/makefile b/win/makefile index 2e60062..de0834a 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.5 +VERSION=1.8.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4