Merge branch 'master' into yaz-744
[yaz-moved-to-github.git] / NEWS
diff --git a/NEWS b/NEWS
index ebab3c9..03c0eec 100644 (file)
--- 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