+--- 1.3.50 2007/10/16
+
Fixed buffer overrun in leaf page merge code in ISAMB system.
Update code to use new YAZ log functions/defines.
-dnl Zebra, Index Data Aps, 1995-2006
-dnl $Id: configure.in,v 1.91.2.35 2007-10-11 06:48:18 adam Exp $
+dnl Zebra, Index Data Aps, 1995-2007
+dnl $Id: configure.in,v 1.91.2.36 2007-10-16 10:10:37 adam Exp $
dnl
AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.49)
+AM_INIT_AUTOMAKE(idzebra,1.3.50)
PACKAGE_SUFFIX="-1.3"
AC_SUBST(PACKAGE_SUFFIX)
dnl ------ Substitutions
+idzebra (1.3.50-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Tue, 16 Oct 2007 12:05:36 +0200
+
idzebra (1.3.48-1) unstable; urgency=low
* Upstream.
-/* $Id: zebraver.h,v 1.38.2.23 2007-10-11 06:48:18 adam Exp $
- Copyright (C) 1995-2006
+/* $Id: zebraver.h,v 1.38.2.24 2007-10-16 10:10:37 adam Exp $
+ Copyright (C) 1995-2007
Index Data Aps
This file is part of the Zebra server.
*/
#ifndef ZEBRAVER
-#define ZEBRAVER "1.3.49"
+#define ZEBRAVER "1.3.50"
#endif
#ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2007-10-11 06:48:18 $"
+#define ZEBRADATE "$Date: 2007-10-16 10:10:37 $"
#endif
# Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.25.2.8 2006-08-14 18:01:40 adam Exp $
+# $Id: makefile,v 1.25.2.9 2007-10-16 10:10:37 adam Exp $
###########################################################
############### Parameters
# EXPAT is optional. It's required for grs.xml-filters.
HAVE_EXPAT=1
-EXPAT_DIR=c:\Expat-1.95.8
+EXPAT_DIR=c:\Program files\Expat 2.0.1
# iconv is optional
HAVE_ICONV=1
!if $(HAVE_EXPAT)
EXPAT_DEF= /D HAVE_EXPAT_H=1 /I"$(EXPAT_DIR)\source\lib"
-EXPAT_LIB= "$(EXPAT_DIR)\libs\libexpat.lib"
-EXPAT_DLL_SOURCE= "$(EXPAT_DIR)\libs\libexpat.dll"
+EXPAT_LIB= "$(EXPAT_DIR)\bin\libexpat.lib"
+EXPAT_DLL_SOURCE= "$(EXPAT_DIR)\bin\libexpat.dll"
EXPAT_DLL_TARGET="$(BINDIR)\libexpat.dll"
expat: $(EXPAT_DLL_TARGET)
-; $Id: zebra.nsi,v 1.20.2.25 2006-12-22 18:43:33 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.26 2007-10-16 10:10:37 adam Exp $
-!define VERSION "1.3.48"
+!define VERSION "1.3.50"
!define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
!include "MUI.nsh"
File ..\bin\yaz.dll
File ..\bin\libexpat.dll
File ..\bin\idzebra.dll
- File "${VS_RUNTIME_LOCATION}\msvcr71.dll"
+; File "${VS_RUNTIME_LOCATION}\msvcr71.dll"
SectionEnd
Section "Zebra Development"