X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=3fceca9b56f08f938dd66e885d1f94b91165f145;hp=b1196a58b8ebbcf1b3e8c74e442af2bd63cefbf8;hb=f3fa080453f6e57618216f6e58d871fb06f0d1b6;hpb=c4a725a56de1e3e72eca7e1e7fd56f430e4be7e2 diff --git a/NEWS b/NEWS index b1196a5..3fceca9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +--- 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. + --- 5.0.14 2014/02/19 Describe memcached option for ZOOM.