X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=832918879c7dff16a6542bc6bb823369d67a6402;hb=f0dcc975f66dc2e17e356497419b09cc94baddba;hp=fca637b2ecc5b5734d51fcf0d3ec39e963d4816b;hpb=9098839cb8361648d70d1708c6e1f4e05b9836ae;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index fca637b..8329188 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Added member named_result_sets for init handler struct for the GFS. This +allows a server to disable named result sets. + +--- 3.0.41 2008/12/29 + +Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too. + +--- 3.0.40 2008/12/29 + +For configure, using option --without-xml2 also disables Libxslt/Libexslt +support. + +Fixed bug #2352: yaz-marcdump crashes for certain record. + +Added man page 'bib1-attr' which includes list of common Bib-1 attributes. + +Added support for Danmarc2 to UTF-8 conversion. + +Added support for ISO5426 to UTF-8 conversion. + +zget_InitRequest/zget_InitResponse returns GIT SHA1 hash as part of +implementation version. + +Function yaz_version returns GIT SHA1 hash for parameter sha1_str. + +--- 3.0.38 2008/11/10 + ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously, ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received.