X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=03c0eec7561db8bf796e723277e8173f245db0cf;hp=15ce8ea7199f3f4a5df1b4fe52b60a06ba5ede2c;hb=dcd92fbd62d989d5206835b7f2a1123bb525b14c;hpb=adbe5f4a8c685c31a978fcfc85c9099ebf647927 diff --git a/NEWS b/NEWS index 15ce8ea..03c0eec 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 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