X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=3fceca9b56f08f938dd66e885d1f94b91165f145;hp=15ce8ea7199f3f4a5df1b4fe52b60a06ba5ede2c;hb=f3fa080453f6e57618216f6e58d871fb06f0d1b6;hpb=662e5d304dcb17cb1f2b62680b3489054a2fa0e6 diff --git a/NEWS b/NEWS index 15ce8ea..3fceca9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +--- 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