From 7bf4ce353e55ef9159f0eeb4c40fec3035c87ab4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Mar 2011 13:54:07 +0100 Subject: [PATCH] Version 4.1.5 --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ debian/rules | 2 +- yaz.spec | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c86ab04..5cbd954 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 4.1.5 2011/03/28 + +SRU: add methods for handling DADS SRU-proxy facets. + +Separate OPAC record character set for ZOOM_record. yaz_record_render +allows a character set given as charset=from/opacfrom,to where 'from' is +the character set of a bibliographic record, 'opacfrom' is character set +of OPAC record and 'to' is the target character set. + --- 4.1.4 2011/02/21 yaz-client: show may XML format records. Command show followed by 'format' diff --git a/configure.ac b/configure.ac index e295e4e..5377229 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2011 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.1.4],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.1.5],[yaz-help@indexdata.dk]) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index b2025f9..b22fd08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.1.5-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 08 Mar 2011 13:53:17 +0100 + yaz (4.1.4-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 144918f..db5e508 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz4 (>= 4.1.0)' + dh_makeshlibs -V 'libyaz4 (>= 4.1.5)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol diff --git a/yaz.spec b/yaz.spec index 8e4b351..e512b4a 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.1.4 +Version: 4.1.5 Release: 1indexdata # determine system -- 1.7.10.4