From: Adam Dickmeiss Date: Mon, 2 Feb 2015 10:30:52 +0000 (+0000) Subject: Version 5.9.0 X-Git-Tag: v5.9.0 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5c3d5999d1588a3963435412af22ec993b22e391;hp=4588c6059ab91814bcfe2da9a4c956d99ec8dc23 Version 5.9.0 --- diff --git a/IDMETA b/IDMETA index 0bd091a..515514f 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.8.1 +VERSION=5.9.0 diff --git a/NEWS b/NEWS index da18501..aff0844 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 5.9.0 2015/02/02 + +Extend yaz daemon facility to assist int log rotation YAZ-818 YAZ-819 + --- 5.8.1 2015/01/13 record conv: 'select' return org record if no x-path match YAZ-814 diff --git a/debian/rules b/debian/rules index 5e5c990..ab9ad1f 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.8.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.9.0)' override_dh_installchangelogs: dh_installchangelogs NEWS