From dcd92fbd62d989d5206835b7f2a1123bb525b14c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Feb 2014 11:14:58 +0100 Subject: [PATCH] Version 5.0.17 --- IDMETA | 2 +- NEWS | 10 ++++++++++ debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/IDMETA b/IDMETA index 2da6142..1e6cabe 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="saucy raring quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=5.0.16 +VERSION=5.0.17 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 diff --git a/debian/changelog b/debian/changelog index d36d786..a88284a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (5.0.17-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Wed, 26 Feb 2014 11:09:21 +0100 + yaz (5.0.16-1.indexdata) unstable; urgency=medium * Upstream. -- 1.7.10.4