X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=db0b457caa3e31d93db231c7c9da2ff802b1f26f;hp=bfc111e818419c8e26fea3e76c7e7d9a477e162b;hb=9fdcce5bf33b647a635631f96f295394d729df7b;hpb=d4fb090b5d0d63b8fc2a8060c9869e8fa86dcbb8 diff --git a/NEWS b/NEWS index bfc111e..db0b457 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +--- 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. + +ZOOM C now interprets databaseName option for ZOOM connection as path +(SRU "database"). + +Windows version bundled with Libxml2 2.7.1 / Libxslt 1.1.24 / ICU 4.0. + +Fixed CCL to RPN/PQF conversion which could result in invalid PQF. + +Dummy Libxml2 types no longer defined in headers of YAZ'. + +Fixed memory violation for ZOOM C - could occur when SRU diagnostics was +received. + --- 3.0.36 2008/09/26 Various ODR chapter fixes.