X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=c806093359ea41774b5541448c6ed470506e0509;hp=a7b9c0201e39702cf91f92dd49bddcf94220cb0e;hb=935b1ba0c2c3dc480b0afcb3673abe2ef2dd893f;hpb=ceea7d4298b1c939ee88864a8e45c61da5177001 diff --git a/NEWS b/NEWS index a7b9c02..c806093 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +--- 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 +using YAZ will have EXSLT things enabled. + +Use extraArgs in key for memcached ZOOM C caching YAZ-747. + +Update various URLs to the re-organized SRU pages at LoC. + +--- 5.0.17 2014/02/26 + +Fix ZOOM_connection_connect SEGVs if host==NULL YAZ-746. Problem +introduced in 5.0.12. + +Fix: Setting env YAZ_LOG makes YAZ hang YAZ-745 +yaz_init_gloabsl calls yaz_log_init_globals calls yaz_log_mask_str_x . +Do not call yaz_init_globals from log_mask_str_x. Problem introduce +in 5.0.15. + +--- 5.0.16 2014/02/25 + +tcpip/SSL COMSTACK: connect tries all getaddrinfo addresses YAZ-743 + --- 5.0.15 2014/02/24 Fix gcrypt not properly initialized YAZ-740.