From: Adam Dickmeiss Date: Mon, 2 Nov 2009 13:24:31 +0000 (+0100) Subject: Version 3.0.50 X-Git-Tag: v3.0.50 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9d63e51087691087c5adb6b2c6265b07e8ca0224 Version 3.0.50 --- diff --git a/NEWS b/NEWS index b574e27..10f9748 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,18 @@ +--- 3.0.50 2009/11/02 + Add support for extra request / response data for SRU codecs and GFS. The Z_SRW_PDU structure has two new members extraResponseData_{buf,len} for extra data response buffer and length. For the GFS, both request and response data (XML) is carried in extra_args and extra_response_data for the search handler. Patch by Ko van der Sloot. +ZOOM: For queries that cannot be converted to the specified rpnCharset, +ZOOM now returns a diagnostic on the client-side ('invalid query' / +10010). This fixes bug #2113. + +yaz-client fix: If cmdfile is passed to yaz-client (option -f) and that +cmdfile included a 'quit' command that would result in a memory violation. + --- 3.0.49 2009/10/01 Make a number of functions defined in xmlquery.c static. These have diff --git a/configure.ac b/configure.ac index a886896..4ce613f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2009 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.49],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.50],[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 0ca2dda..b04f8ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.50-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 02 Nov 2009 14:23:31 +0100 + yaz (3.0.49-1indexdata) unstable; urgency=low * Upstream.