From 662c511bba23720066c8b08e21844aac6d5a76ad Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Oct 2006 09:09:06 +0000 Subject: [PATCH] 1.3.40 --- NEWS | 6 ++++++ debian/changelog | 6 ++++++ include/zebraver.h | 6 +++--- win/zebra.nsi | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 063589f..2c36572 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.3.40 2006/10/04 + +Optimized melm performance. + +Do not use sync(2) during commit (but rely on sync'd individual files). + --- 1.3.38 2006/08/14 Updated Debian package to use sym links for zebraidx, zebrasrv. diff --git a/debian/changelog b/debian/changelog index 1d5c558..ccc1f87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.40-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 4 Oct 2006 11:07:52 +0200 + idzebra (1.3.38-1) unstable; urgency=low * Upstream. diff --git a/include/zebraver.h b/include/zebraver.h index 1c1d1aa..5d2df64 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.17 2006-08-14 17:17:19 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.18 2006-10-04 09:09:06 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.38" +#define ZEBRAVER "1.3.40" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2006-08-14 17:17:19 $" +#define ZEBRADATE "$Date: 2006-10-04 09:09:06 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index bb9bb42..7481dbe 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.20 2006-08-14 17:17:20 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.21 2006-10-04 09:09:07 adam Exp $ -!define VERSION "1.3.38" +!define VERSION "1.3.40" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" -- 1.7.10.4