From 371d2802f2b6c89ac0a603d1ea447b08acd3861a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 4 Sep 2015 09:54:26 +0000 Subject: [PATCH] Version 1.9.2 --- IDMETA | 2 +- NEWS | 11 +++++++++++ win/makefile | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 202b2c9..06abb04 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.9.1 +VERSION=1.9.2 diff --git a/NEWS b/NEWS index ffe65f1..dc2c831 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 1.9.2 2015/09/04 + +Fix load_balance: does not retry dead target MP-626 + +Provide example of target auth MP-625 +Also update schema, becuase route is optional for target element. + +Replace indexdata.dk/gils with z3950.indexdata.com MP-624 + +Describe auth attribute for multi filter + --- 1.9.1 2015/08/19 Avoid naked ptr in filter configure MP-623 diff --git a/win/makefile b/win/makefile index 4cc9fd7..aac2d7d 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.9.1 +VERSION=1.9.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4