From: Adam Dickmeiss Date: Wed, 7 Mar 2007 21:14:15 +0000 (+0000) Subject: Towards 2.0.12 X-Git-Tag: ZEBRA.2.0.12~1 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=cf66499bac7c49c5bdd363a2c927295fa92f547a Towards 2.0.12 --- diff --git a/NEWS b/NEWS index 2eeb876..4fdd756 100644 --- 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. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index a1777fd..e94f8f8 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -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 /* diff --git a/win/zebra.nsi b/win/zebra.nsi index dbcf924..92c35a2 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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"