X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=10f9748883891d92e447cf279618f9ad3374c8f0;hp=632972a63d7dfed23fc3914e6972f28ace329e2d;hb=eceac7b7869288887b1b14212208e73ab54116db;hpb=8a980f7051e22ca1e4fac0395ed7f8647cd9eda3 diff --git a/NEWS b/NEWS index 632972a..10f9748 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +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