X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=NEWS;h=d1c626b5995b7e0bcf540ad6d1e2e59a03239421;hb=295776420b233dff7ae1444ba5997b18858fe425;hp=9140808dc374f79b9dee90ffe35c24ddb8f5ed3d;hpb=b89328985b8b4ca6aeef732a3ea24bbdb401d0b3;p=idzebra-moved-to-github.git diff --git a/NEWS b/NEWS index 9140808..d1c626b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,23 @@ +--- 1.3.19 2004/XX/YY + +Avoid crash in ISAMB when isamb_pp_open gets ISAMB_POS = 0. In +this case EOF (no entries) is signalled. It fixes problem with +terms being deleted. See bug #109. + +Fixed bug #169: Phrase term counts does not work. The bug exists in +Zebra 1.3.16-1.3.18. + +Added mechanism to ignore leading articles when doing full-field indexing, +based on the character map files. See the manual for further discussion. + +--- 1.3.18 2004/08/20 + +Fixed bug in record management. Releasing blocks could result in +partial read. + +Fixed bug in isam:b. A tree split could result in a lost item. + --- 1.3.17 2004/08/17 Add IDZebra.i to dist so that Perl extension builds again.