Towards 1.3.32 ZEBRA.1.3.32
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Nov 2005 10:48:44 +0000 (10:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Nov 2005 10:48:44 +0000 (10:48 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index d5b8d6c..f6bbc67 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.3.32 2005/11/08
+
+Fix X-Path attribute indexing.
+
 --- 1.3.30 2005/10/27
 
 Fixed bug #415: Strange truncation behavior.
index 2d78996..aa93a90 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2005
-dnl $Id: configure.in,v 1.91.2.15 2005-10-27 17:39:09 adam Exp $
+dnl $Id: configure.in,v 1.91.2.16 2005-11-08 10:51:50 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.30)
+AM_INIT_AUTOMAKE(idzebra,1.3.32)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index f3fd0a7..15ebb4a 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.32-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue,  8 Nov 2005 11:47:32 +0100
+
 idzebra (1.3.30-2) unstable; urgency=low
 
   * Rebuilt sarge version.
index 79ba18c..6ca8502 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.9 2005-10-27 17:39:10 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.10 2005-11-08 10:48:45 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005
    Index Data Aps
 
@@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.30"
+#define ZEBRAVER "1.3.32"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2005-10-27 17:39:10 $"
+#define ZEBRADATE "$Date: 2005-11-08 10:48:45 $"
 #endif
index cb9335f..91fef0e 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.14 2005-10-27 18:08:26 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.15 2005-11-08 10:48:45 adam Exp $
 
-!define VERSION "1.3.30"
+!define VERSION "1.3.32"
 !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
 
 !include "MUI.nsh"