Version 1.3.49.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Oct 2007 06:48:18 +0000 (06:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Oct 2007 06:48:18 +0000 (06:48 +0000)
NEWS
configure.in
include/zebraver.h
perl/lib/IDZebra.pm

diff --git a/NEWS b/NEWS
index 01c3376..5222dc8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Fixed buffer overrun in leaf page merge code in ISAMB system.
+
 Update code to use new YAZ log functions/defines.
 
 --- 1.3.48 2006/12/22
index f23fe68..8a5681f 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2006
-dnl $Id: configure.in,v 1.91.2.34 2006-12-22 18:43:32 adam Exp $
+dnl $Id: configure.in,v 1.91.2.35 2007-10-11 06:48:18 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.48)
+AM_INIT_AUTOMAKE(idzebra,1.3.49)
 PACKAGE_SUFFIX="-1.3"
 AC_SUBST(PACKAGE_SUFFIX)
 dnl ------ Substitutions
index ac3f6ea..d234a6d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.22 2006-12-22 18:43:33 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.23 2007-10-11 06:48:18 adam Exp $
    Copyright (C) 1995-2006
    Index Data Aps
 
@@ -21,9 +21,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.48"
+#define ZEBRAVER "1.3.49"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2006-12-22 18:43:33 $"
+#define ZEBRADATE "$Date: 2007-10-11 06:48:18 $"
 #endif
index 6d251a9..00b2f73 100644 (file)
@@ -1,5 +1,8 @@
-# This file was created automatically by SWIG 1.3.29.
+# This file was automatically generated by SWIG (http://www.swig.org).
+# Version 1.3.31
+#
 # Don't modify this file, modify the SWIG interface instead.
+
 package IDZebra;
 require Exporter;
 require DynaLoader;