X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=f3bf309127ab4fcb3e2b748926582f7d49001882;hb=5e39adf043d8a0642a8af60b1ef54e7f90886fae;hp=e81f2b0f2fd0507c37bc96f443d1867bd9cb0cd2;hpb=6cce919ae864cc0da9c6068b4adec45d5ec0c278;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index e81f2b0..f3bf309 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Attempted fix of bug #976: Segfault in yaz_iconv. The yaz_iconv function +write handlers no longer carries a 'last' parameter. This will make +yaz_iconv flush "less" characters. A flush is performed by call to +yaz_iconv(cd, 0, 0, &outbut, &outbytesleft) . + +Definition of wrbuf_diags moved to querytowrbuf.h. Function wrbuf_put_zquery +removed, because function yaz_query_to_wrbuf does the same. + API changes to ZOOM. Functions for setting options returns int, rather than void, so we have a way to flag unknown options. ZOOM_resultset_sort1 has become "the" ZOOM_resultset_sort. (and old ZOOM_resultset_sort is removed).