X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=d3fb4f6eee7f639395d00eadb58dffc4c1f3ea7a;hp=bc55d0eb94cc784b7eb20058434771cb342a375f;hb=f1e5f52fc3d92a50fbd34698cb6047d04dcc4225;hpb=1e755f5a43d636df14dbebc272888be671ae38b3 diff --git a/NEWS b/NEWS index bc55d0e..d3fb4f6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +--- 5.6.0 2014/11/17 + +When marc-8 charset is specified when decoding MARC records, yaz-marcdump +and ZOOM record render will inspect leader 9 and switch to UTF-8 +(Unicode) if that holds 'a'. This changes behavior, but is considered +safe because only MARC21 with leader 9='a' are Unicode. YAZ-800 + +Fix cs_put may reconnect if send fails. YAZ-798 + +--- 5.5.1 2014/11/03 + +Fix cannot build YAZ on jessie : libgnutls-dev is gone YAZ-797 + +--- 5.5.0 2014/10/27 + +Extended comstack with outgoing IP YAZ-795. +For cs_create_host + cs_create_host_proxy the vhost may be followed +by a outgoing host/IP. Separator is blank. + +--- 5.4.4 2014/10/20 + +Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 . This issue fixes +linker error with yazpp on Windows. + +--- 5.4.3 2014/10/08 + +Fix uri array may overflow in yaz_solr_encode_request YAZ-775 + +Fix PQF to Solr conversion may produce invalid Solr query YAZ-792 + +0 ptr reference in handling Solr response with error YAZ-791 + +Fix annoying warning about wrbuf_putc on newer GCC YAZ-789 + +Fix documentation about --installa option YAZ-788 + --- 5.4.2 2014/08/26 daemon: properly report when receiving SIGUSR2 from child YAZ-785