X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=35e328f98342299820f20b7253c1d0f33ae040d0;hb=a8be496e66ed5ba01a42537e4aa29c6670cd3037;hp=13c356a328c3ebc06b2019c7902204700db75093;hpb=20f1f9a8b62dc5e5b216617584ff78bce435dac3;p=idzebra-moved-to-github.git diff --git a/NEWS b/NEWS index 13c356a..35e328f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Implemented the 'equivalent' directive for .chr-files. + +Added zebra_get_bfs to get BFile handle for session. + +Added 'melm' directive to absyn format to simplify config files +for MARC-style databases. See tab/marc21.abs for an example. + +Added bath-compliant definition file marc21.abs for use with MARC databases. + +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.