X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=03c0eec7561db8bf796e723277e8173f245db0cf;hp=ebab3c92851bf6dfea90ed5c645e51622f40d996;hb=2b35fdfa5fd016e7a0c99b0cd0958c9ce8606ef9;hpb=d0a4d2462d57a0392daf2eb0dc053d91aff5d285 diff --git a/NEWS b/NEWS index ebab3c9..03c0eec 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +--- 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. + +ZOOM: throw present request out of range again YAZ-739 +Was removed in YAZ 5.0.13. + --- 5.0.13 2014/02/18 yaz_log MUTEX protected and pthread_atfork is used to avoid dead-lock