1.3.40
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Oct 2006 09:09:06 +0000 (09:09 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Oct 2006 09:09:06 +0000 (09:09 +0000)
NEWS
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 063589f..2c36572 100644 (file)
--- 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.
index 1d5c558..ccc1f87 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.40-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed,  4 Oct 2006 11:07:52 +0200
+
 idzebra (1.3.38-1) unstable; urgency=low
 
   * Upstream.
index 1c1d1aa..5d2df64 100644 (file)
@@ -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
index bb9bb42..7481dbe 100644 (file)
@@ -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"