X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=11701539e4a5152f8a1cbee2201210ee16f26a45;hp=9f1e8e2cae215af648e9faa51ebb33328e4fe9a6;hb=dea9687d6287494fbabe3c4ab2b0b6960dc2a990;hpb=5b048b45e49be6a0af7cb17dee0c49da9074f013 diff --git a/NEWS b/NEWS index 9f1e8e2..1170153 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +--- 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