From: Adam Dickmeiss Date: Mon, 27 Oct 2014 10:47:19 +0000 (+0000) Subject: Version 5.5.0 X-Git-Tag: v5.5.0 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=95ae35ac8ff301592032968b3ae8e666904556ad;hp=45a560b61e36aa01d99ebdb435c0896d3ce86a6d Version 5.5.0 --- 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