X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=32d13f3a68acac5b602981a8fe525a42a629dedc;hp=9f1e8e2cae215af648e9faa51ebb33328e4fe9a6;hb=e746aded3630be444c66f12e341a63413df92371;hpb=5b048b45e49be6a0af7cb17dee0c49da9074f013 diff --git a/NEWS b/NEWS index 9f1e8e2..32d13f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +--- 5.0.9 2013/12/20 + +ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect +namespace. + +--- 5.0.8 2013/12/20 + +Make cs_parse_host public.A + +Fix double HTTP dump (-a log would show HTTP packages twice). Bug +introduced in YAZ 5.0.6. + +--- 5.0.7 2013/12/17 + +Fix buffer corruption for yaz-ztest record fetch. + +--- 5.0.6 2013/12/17 + +Allow yaz-ztest to return user-defined records (one record per file). +This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH. + +Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams). +Use the stream write instead of odr_printf which has a 4K tmp buffer. + +Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713 + +--- 5.0.5 2013/12/09 + +Add support for MARC-in-JSON. yaz-marcdump and the record conversion module +can read and write this format. For record format JSON, yaz-ztest returns +MARC-in-JSON records. + +iconv: fixes and more tests for danmarc character set encoding. 0xa733 is +converted to @å , 0xa732 is converted to @Å instead of @a733, @a732 . + --- 5.0.4 2013/11/22 Improve error reporting for ICU chains YAZ-707