From: Adam Dickmeiss Date: Fri, 11 Jul 2014 12:50:56 +0000 (+0200) Subject: Version 5.3.0 X-Git-Tag: v5.3.0 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a5e46feb0d0a3e44c8c3ee8bebf9994195e9e82f;hp=301ce61c887b26caf05a6ce4f9ee95d9b296a145 Version 5.3.0 --- diff --git a/IDMETA b/IDMETA index 2e33ac2..5ef7d4b 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric" CENTOS_DIST="centos5 centos6" -VERSION=5.2.1 +VERSION=5.3.0 diff --git a/NEWS b/NEWS index 9d8a4a5..d86df00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 5.3.0 2014/07/11 + GFS: client_query_charset conversion YAZ-777 This is a feature for Z39.50 clients that sends queries that are not UTF-8 encoded. WIth client_query_charset, GFS will convert from the diff --git a/debian/rules b/debian/rules index af5ac7a..2e323d9 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.1.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.3.0)' override_dh_installchangelogs: dh_installchangelogs NEWS