Towards 1.3.38.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Aug 2006 17:17:18 +0000 (17:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Aug 2006 17:17:18 +0000 (17:17 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index b0d492e..a6ef92c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+--- 1.3.38 2006/08/14
+
+Updated Debian package to use sym links for zebraidx, zebrasrv.
+
+Fixed problem with file locking during commit phase. This error was
+present in 1.3.36.
+
 --- 1.3.36 2006/06/07
 
 Fixed bug #602: Any extra terms appended to a wordlist with a hitcount
index e560ef7..7401d72 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2006
-dnl $Id: configure.in,v 1.91.2.25 2006-08-14 13:37:12 adam Exp $
+dnl $Id: configure.in,v 1.91.2.26 2006-08-14 17:17:18 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.37)
+AM_INIT_AUTOMAKE(idzebra,1.3.38)
 PACKAGE_SUFFIX="-1.3"
 AC_SUBST(PACKAGE_SUFFIX)
 dnl ------ Substitutions
index 5493d90..1d5c558 100644 (file)
@@ -1,8 +1,8 @@
-idzebra (1.3.37-2) unstable; urgency=low
+idzebra (1.3.38-1) unstable; urgency=low
 
-  * zebra{srv,idx}-1.3 installed with symlinks (alternatives).
+  * Upstream.
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 14 Aug 2006 15:34:40 +0200
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 14 Aug 2006 19:16:03 +0200
 
 idzebra (1.3.37-1) unstable; urgency=low
 
index 8bcb992..1c1d1aa 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.16 2006-08-14 10:38:56 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.17 2006-08-14 17:17:19 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.37"
+#define ZEBRAVER "1.3.38"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2006-08-14 10:38:56 $"
+#define ZEBRADATE "$Date: 2006-08-14 17:17:19 $"
 #endif
index a2e8b27..bb9bb42 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.19 2006-06-07 13:29:55 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.20 2006-08-14 17:17:20 adam Exp $
 
-!define VERSION "1.3.36"
+!define VERSION "1.3.38"
 !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
 
 !include "MUI.nsh"