From: Adam Dickmeiss Date: Fri, 8 May 2015 13:14:55 +0000 (+0000) Subject: Version 5.12.0 X-Git-Tag: v5.12.0 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=800e0637cfe783fa9966e11712b7e20023ba2245;hp=9a50808021be48e8ff272f762b9f8245330a79e4 Version 5.12.0 --- diff --git a/IDMETA b/IDMETA index 7ab60c9..b13ce9f 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.11.0 +VERSION=5.12.0 diff --git a/NEWS b/NEWS index 8b6a050..3690e4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 5.12.0 2015/05/08 + +Allow Content-Type application/sru+xml YAZ-840 + +New yaz_xml_get_prop utility YAZ-839 + +Fix zebrasrv [warn] ir_session (exception) YAZ-838 + +Document itemorder-setname and list all ILL options + --- 5.11.0 2015/03/31 Extend get_org_info (snippets) to return original string YAZ-836 diff --git a/debian/rules b/debian/rules index 5a19bcd..10355fd 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.11.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.12.0)' override_dh_installchangelogs: dh_installchangelogs NEWS