X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=877d037f5cf37420909c1893c55ccd20c8fe1839;hb=3f98e1f5f48b3aaaa496ac92127dff0ff3fe48cc;hp=13c356a328c3ebc06b2019c7902204700db75093;hpb=20f1f9a8b62dc5e5b216617584ff78bce435dac3;p=idzebra-moved-to-github.git diff --git a/NEWS b/NEWS index 13c356a..877d037 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Added autoconf utility idzebra.m4 which defines --with-idzebra . + +Added mechanism to ignore leading articles when doing full-field indexing, +based on the character map files. See the manual for further discussion. + +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. Remove isamd. It's not been in use for a long time and isamb is better in most cases.