From dca8928db421aa8750ac9ffead1a5c09a85f4f8b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 3 Mar 2015 12:27:07 +0000 Subject: [PATCH 1/1] Version 5.10.0 --- IDMETA | 2 +- NEWS | 9 +++++++++ debian/rules | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index a1fcb24..400b5f1 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=5.9.1 +VERSION=5.10.0 diff --git a/NEWS b/NEWS index abd92c5..fde8f15 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 5.10.0 2015/03/03 + +Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825 +Introduce cs_create_host2 which returns if connection should be +proxy aware (HTTP:absoluteUri or Z39.50 proxy:vhost in init).. For CONNECT, +the connection is NOT proxy aware (no absoluteUri and no Z39.50 vhost). + +Fix http proxy fails with yaz-client YAZ-824 + --- 5.9.1 2015/02/06 Fix 0 ptr reference for OPAC records from XML YAZ-822 diff --git a/debian/rules b/debian/rules index ab9ad1f..094aacc 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_install: mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc override_dh_makeshlibs: - dh_makeshlibs -V 'libyaz5 (>= 5.9.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.10.0)' override_dh_installchangelogs: dh_installchangelogs NEWS -- 1.7.10.4