From f22c5866171577fa6a27f07a784e8b1b84a331e1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Oct 2014 08:55:11 +0000 Subject: [PATCH] Version 1.7.0 --- IDMETA | 2 +- NEWS | 5 +++++ win/makefile | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index c086145..0e95b3e 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.6.0 +VERSION=1.7.0 diff --git a/NEWS b/NEWS index 5df87ce..dfce9d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.7.0 2014/10/28 + +Add support for binding outgoing IP for http_client and z3950_client +This is enabled by bind_host setting. MP-575 + --- 1.6.0 2014/10/21 z3950_client: allows negotiation charset to be set MP-574 diff --git a/win/makefile b/win/makefile index 8a1885f..b24e85e 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.6.0 +VERSION=1.7.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4