From: Adam Dickmeiss Date: Thu, 11 Oct 2007 06:48:18 +0000 (+0000) Subject: Version 1.3.49. X-Git-Tag: ZEBRA.1.3.50~1 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=3d996b8f31b17bef66bb85f589ae75b8a57fb902;p=idzebra-moved-to-github.git Version 1.3.49. --- diff --git a/NEWS b/NEWS index 01c3376..5222dc8 100644 --- 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 diff --git a/configure.in b/configure.in index f23fe68..8a5681f 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/include/zebraver.h b/include/zebraver.h index ac3f6ea..d234a6d 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/perl/lib/IDZebra.pm b/perl/lib/IDZebra.pm index 6d251a9..00b2f73 100644 --- a/perl/lib/IDZebra.pm +++ b/perl/lib/IDZebra.pm @@ -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;