From: Adam Dickmeiss Date: Fri, 9 Apr 2010 09:33:28 +0000 (+0200) Subject: Verson 4.0.3 X-Git-Tag: v4.0.3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7b5205fa8cc74d5d17334216a5cd616296edb1a9 Verson 4.0.3 --- diff --git a/NEWS b/NEWS index 2b7f983..5a83184 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +--- 4.0.3 2010/04/09 + +Handle HTTP redirect for SRU GET in yaz-client and ZOOM C. Based on +patch from Giannis Kosmas. + +SRU: no longer URL encode SRU database. The URL for an SRU server is +a URL and such is alreeady encoded - at least when given with leading +http:// or https://. This reverts behavior to YAZ 3.0.50. + +Support for new MARC XML notation TurboMARC which like MARCXML is a +complete representation of MARC/ISO2709.. This one, however, is more +compact and allows for faster processing with XSLT. TurboMARC can be +used in the marcdisp.h API, from the yaz-marcdump utility and from +the API of ZOOM C. + +yaz-ztest can be configured - via the database - to perform certain +delays when it performs operations search, present and single record +fetch. This allows testers to make yaz-ztest act as a real or even slow +Z39.50 server. Refer to the yaz-ztest man pages for details. + --- 4.0.2 2010/03/09 wrbuf_destroy allows NULL WRBUF passed to it. diff --git a/configure.ac b/configure.ac index 2d90509..7c98b6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2010 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.0.2],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.0.3],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index 95f8308..6cb2b03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.0.3-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 09 Apr 2010 10:56:41 +0200 + yaz (4.0.2-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index ab399bd..7dcb3dd 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.0.1)' + dh_makeshlibs -V 'libyaz4 (>= 4.0.3)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol