From: Adam Dickmeiss Date: Tue, 11 May 2010 10:46:28 +0000 (+0200) Subject: Version 4.0.8 X-Git-Tag: v4.0.8~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=88e0a27c2807e2bd1f06999b7312e77b7abdeea5 Version 4.0.8 --- diff --git a/NEWS b/NEWS index 701e717..9b99f35 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 4.0.8 2010/05/11 + +Debian package libyaz-dev depends on libgnutls-dev again (was +removed in YAZ 4.0.6, but due to Libtool it is still needed +even though yaz-config do not list libgnutls libs). + +ZOOM: Use only one WRBUF for returning string results for +ZOOM_resultset. Reduces memory usage for ZOOM in general. + +ZOOM: ZOOM_connection do not use a shared pointer to +ZOOM_resultset after ZOOM_resultset is destructed by +user. Reverts to YAZ 4.0.4 behavior. + --- 4.0.7 2010/05/04 record-conv: fix problem with at least one XSL conversion - diff --git a/configure.ac b/configure.ac index ca20fbc..59a283c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2010 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.0.7],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.0.8],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index d3a95b4..a881dc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.0-8-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 11 May 2010 12:46:05 +0200 + yaz (4.0.7-1indexdata) unstable; urgency=low * Upstream.