From 735402374c0243bc385b4b1a7598ff5214109c44 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 Feb 2011 09:55:15 +0100 Subject: [PATCH] Version 3.0.53. Released primarily because some applications still uses libyaz3. --- NEWS | 9 +++++++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index baed4a5..9543d8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 3.0.53 2011/02/09 + +clone_z_type: fix leak; occurred for enc failures. + +Add libyaz.la to yaz-icu's LDADD list. yaz-icu uses libyaz.la symbols - not +only libyaz_icu.la. This should fix Debian bug: +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556768 +A similar problem was present for yaz-ztest, IDs bugzilla #3036. + --- 3.0.52 2009/12/03 tcpip comstack: fix use of uinitialized variable in cs_straddr. This diff --git a/configure.ac b/configure.ac index 8f62d61..11d6fb7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. -dnl Copyright (C) 1995-2009 Index Data +dnl Copyright (C) 1995-2011 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.52],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.53],[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 275b8d3..665ee87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.53-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 09 Feb 2011 09:47:17 +0100 + yaz (3.0.52-1indexdata) unstable; urgency=low * Upstream. -- 1.7.10.4