X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=10f9748883891d92e447cf279618f9ad3374c8f0;hp=b574e27c87fdd70de89dc1bf88729c5afc465a34;hb=1141af3a859ba06226d7b3dd19eb3f83fa2f8753;hpb=6e3d70edfadd110351b71466c51632e288e31773 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