X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=11701539e4a5152f8a1cbee2201210ee16f26a45;hp=2a0c0eb7a3d2297dd12012bfe3b6b4327b1b74b5;hb=dea9687d6287494fbabe3c4ab2b0b6960dc2a990;hpb=090f0ff7c9c93f14467f6dd23383242a8b7926b3 diff --git a/NEWS b/NEWS index 2a0c0eb..1170153 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +--- 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 +Report config element+rule when ICU status is "failure". + +ZOOM: stop fetching if present response has no records YAZ-710 +Some targets return less records than their hit count would suggest. +This prevents ZOOM from continuing to fetch records if any present +response has 0 records in the response. + +Ensure that GFS calls exit if any listener fails YAZ-710 +Before, if XML config was in use, it would start the default +listener @:9999! + --- 5.0.3 2013/11/19 yaz-ztest: -V shows version (like yaz-client -V)