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