From 95ae35ac8ff301592032968b3ae8e666904556ad Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Oct 2014 10:47:19 +0000 Subject: [PATCH] Version 5.5.0 --- IDMETA | 2 +- NEWS | 4 ++++ debian/rules | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 957cd5e..ca3c1ab 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.4.4 +VERSION=5.5.0 diff --git a/NEWS b/NEWS index ff242d0..a96b854 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Extended comstack with outgoing IP YAZ-795. +For cs_create_host + cs_create_host_proxy the vhost may be followed +by a outgoing host/IP. Separator is blank. + --- 5.4.4 2014/10/20 Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 . This issue fixes diff --git a/debian/rules b/debian/rules index 2e323d9..d3c4d33 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.3.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.5.0)' override_dh_installchangelogs: dh_installchangelogs NEWS -- 1.7.10.4