Version 3.0.53. v3.0.53
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Feb 2011 08:55:15 +0000 (09:55 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Feb 2011 08:55:15 +0000 (09:55 +0100)
Released primarily because some applications still uses libyaz3.

NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index baed4a5..9543d8d 100644 (file)
--- 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
index 8f62d61..11d6fb7 100644 (file)
@@ -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])
index 275b8d3..665ee87 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.53-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 09 Feb 2011 09:47:17 +0100
+
 yaz (3.0.52-1indexdata) unstable; urgency=low
 
   * Upstream.