X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=NEWS;h=9f8543516fbcbe5730a159177ff87d44aff63126;hb=9dbf16ff99472e07182dab1c7cf8796a4d357b0c;hp=35b0fa192df0a58ef5373116206c3f61d9427d3b;hpb=4dc8f758cd85d2e9925bc5df8a1aa0418b82fea2;p=idzebra-moved-to-github.git diff --git a/NEWS b/NEWS index 35b0fa1..9f85435 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,21 @@ -For RPN queries the index type (w,p,..) may be specified verbatim -as structure attribute with string value, e.g. @attr 4=w . +Fixed memory leak that occurred for each deleted record. + +Optimize updates of records where content is almost identical to previous +version of record. This makes updating of the internal explain database +faster too. + +For RPN queries the index type (w,p,..) may be specified verbatim as +structure attribute with string value, e.g. @attr 4=w . Changed record update API . It is now handled by function -zebra_record_update which does insert/replace/delete/update of -records . This function replaces zebra_record_{insert,delete} and -zebra_admin_exchange_record. +zebra_record_update which does insert/replace/delete/update of records . +This function replaces zebra_record_{insert,delete} and +zebra_admin_exchange_record. The DOM filter uses this feature and the +@type attribute in record element specifies the action +insert/replace/delete/update. + +Added support for multi-record updates (Bug #944). Based on patch from +Hans-Werner Hilse. --- 2.0.12 2007/03/07