X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=877d037f5cf37420909c1893c55ccd20c8fe1839;hb=e505b6cf2a7f6821264d82cd2e8869b2be38d0b2;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.