Version 3.0.52 v3.0.52
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Dec 2009 13:08:30 +0000 (14:08 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Dec 2009 13:08:30 +0000 (14:08 +0100)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 867fd14..baed4a5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 3.0.52 2009/12/03
+
+tcpip comstack: fix use of uinitialized variable in cs_straddr. This
+bug was introduced in 3.0.51.
+
 --- 3.0.51 2009/12/02
 
 tcpip comstack: Remove TCP receiver buffer optimizations for Solaris.
index ee5b5bb..8f62d61 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of the YAZ toolkit.
 dnl Copyright (C) 1995-2009 Index Data
 AC_PREREQ([2.60])
-AC_INIT([yaz],[3.0.51],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.52],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 878e6ee..275b8d3 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.52-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 03 Dec 2009 14:07:46 +0100
+
 yaz (3.0.51-2indexdata) unstable; urgency=low
 
   * Upstream