Towards 2.0.12
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Mar 2007 21:14:15 +0000 (21:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 7 Mar 2007 21:14:15 +0000 (21:14 +0000)
NEWS
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 2eeb876..4fdd756 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+--- 2.0.12 2007/03/07
+
+Fixed bug with indexing of attributes for rec.grs-class of filters.
+If X-Path was enabled xelm a/@b would be ignored.
+
+Fixed bug in register system where 'no more space' messages was produced
+even though there was plenty of space.
+
 Fixed bug #884: Entity declarations in input are lost at retrieval time.
 
 Implemented new filter 'dom'. See test/xslt/dom-config*xml for examples. 
index a1777fd..e94f8f8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.18 2007-01-24 18:00:39 adam Exp $
+/* $Id: version.h,v 1.19 2007-03-07 21:14:16 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifndef ZEBRAVER
 
-#define ZEBRAVER "2.0.11"
+#define ZEBRAVER "2.0.12"
 
-#define ZEBRADATE "$Date: 2007-01-24 18:00:39 $"
+#define ZEBRADATE "$Date: 2007-03-07 21:14:16 $"
 
 #endif
 /*
index dbcf924..92c35a2 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.39 2007-01-24 15:23:59 adam Exp $
+; $Id: zebra.nsi,v 1.40 2007-03-07 21:14:16 adam Exp $
 
-!define VERSION "2.0.10"
+!define VERSION "2.0.12"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"