From: Adam Dickmeiss Date: Mon, 14 Apr 2014 09:23:27 +0000 (+0200) Subject: Version 5.0.23 X-Git-Tag: v5.0.23 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=5b8a2e421275656cd355e49169e2868a5b13ed2d;p=yaz-moved-to-github.git Version 5.0.23 --- diff --git a/IDMETA b/IDMETA index 0375fef..9fca3cb 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.22 +VERSION=5.0.23 diff --git a/NEWS b/NEWS index c8ada77..e866840 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 5.0.23 2014/04/14 + +cql_transform: Use WRBUF for addinfo member +rather than a xmalloc'ed one. The primary reason for this is make the +system slightly less vulnerable to threading issues. YAZ-756 + +Fix assert in ZOOM when http connect fails YAZ-757 + --- 5.0.22 2014/04/09 ZOOM: Call cs_rcvconnect during HTTP redirect YAZ-754 diff --git a/debian/changelog b/debian/changelog index c5dbf70..4132239 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (5.0.23-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Mon, 14 Apr 2014 11:22:29 +0200 + yaz (5.0.22-1.indexdata) unstable; urgency=medium * Upstream.