X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=c8ada77fd73e13ab6156320b89d0ce8dab7d4317;hp=3fceca9b56f08f938dd66e885d1f94b91165f145;hb=7d640b3f9eeb46ab57958aa21b63f26271162ee7;hpb=7143bc8f77ac03fdb6f36f30b16cf64c2d6cc3e2 diff --git a/NEWS b/NEWS index 3fceca9..c8ada77 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +--- 5.0.22 2014/04/09 + +ZOOM: Call cs_rcvconnect during HTTP redirect YAZ-754 + +wrbuf_cstr: make it thread safe YAZ-753 + +yaz_log_init_file may take fd= to open log file at the FD given. + +--- 5.0.21 2014/03/21 + +Offer new utility function zget_AttributeList_use_string. + +New conversion step, solrmarc, for record conversion module. + +--- 5.0.20 2014/03/13 + +Fix gcrypt initialization for threaded mode. On systems were GnuTLS +did not initialize gcrypt for threaded mode, wrbuf_sha1_write could +throw an assert. + +--- 5.0.19 2014/03/10 + +Fix ZOOM_connection_Z3950_search: Assertion YAZ-750 +The standalone ZOOM sort was completely broken since 5.0.13. + +ZOOM: generate event Connect rather than None for partial connect +(in fact getaddrinfo resolving). + +ZOOM: only supply clientIP for InitRequest. Rather than for all +APDU types. + +GFS: peer_name adds X-Forwarded/Client-IP to value YAZ-749 + +COMSTACK flag CS_FLAGS_DNS_NO_BLOCK. This will enable non-blocking +getaddrinfo . This flag is passed to cs_create macro and cs_create_host, +cs_create_host_proxy functions. ZOOM C uses this flag. YAZ-744 + +New "Facets" section in the documentation. + --- 5.0.18 2014/02/27 Call exsltRegisterAll in yaz_init_globals, so that all applications