From: Adam Dickmeiss Date: Thu, 26 Jun 2014 09:12:49 +0000 (+0200) Subject: Version 5.2.1 X-Git-Tag: v5.2.1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=02aab105f290cdd2743061ab1a6d6565d6701f72 Version 5.2.1 --- diff --git a/IDMETA b/IDMETA index 3f31000..2e33ac2 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric" CENTOS_DIST="centos5 centos6" -VERSION=5.2.0 +VERSION=5.2.1 diff --git a/NEWS b/NEWS index 930ba40..2219288 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 5.2.1 2014/06/26 + +No [rest of output is omitted] limit for yaz_log YAZ-774 + +Optimize icu_iter_get_org_info. Reduce calls to u_strToUTF8. + +For ICU testing, pass -o to yaz-icu. This will test the +icu_iter_get_org_info function. + +Fix null ptr reference for freeReplyObject YAZ-773 + --- 5.2.0 2014/06/12 Allow ZOOM caching using redis. New ZOOM option "redis" controls it. diff --git a/debian/changelog b/debian/changelog index 88b413d..9415d73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (5.2.1-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Thu, 26 Jun 2014 11:12:31 +0200 + yaz (5.2.0-1.indexdata) unstable; urgency=medium * Upstream.