From de432d91843163e61fecb63ffe89b926bc2a6c2e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 17 Mar 2015 14:20:06 +0000 Subject: [PATCH] Version 1.8.5 --- IDMETA | 2 +- NEWS | 11 +++++++++++ win/makefile | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index db077b0..d6e7ac5 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.4 +VERSION=1.8.5 diff --git a/NEWS b/NEWS index 35d28b2..aeba0a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 1.8.5 2015/03/17 + +sru_z3950: undo Serialize identical SRU GET requests MP-598 +Now much more elegantly handled by session_shared. + +session_shared: anticipated init and search MP-597 + +z3950_client: separate init timeout MP-596 +Both init-timeout and connect-timeout are configurable by this change. +Default is 10 seconds. + --- 1.8.4 2015/03/16 zoom: support cf_-params MP-595 diff --git a/win/makefile b/win/makefile index b9d0472..2e60062 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.4 +VERSION=1.8.5 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4