From a5e46feb0d0a3e44c8c3ee8bebf9994195e9e82f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Jul 2014 14:50:56 +0200 Subject: [PATCH] Version 5.3.0 --- IDMETA | 2 +- NEWS | 2 ++ debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.4