X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=3fceca9b56f08f938dd66e885d1f94b91165f145;hp=a7b9c0201e39702cf91f92dd49bddcf94220cb0e;hb=e33389ee14d909d3a1b9874a40aa1b53c3fe42be;hpb=ceea7d4298b1c939ee88864a8e45c61da5177001 diff --git a/NEWS b/NEWS index a7b9c02..3fceca9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +--- 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.