X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=4242cef8828165778c5f81caab938b079d7a320f;hb=39fc6d5c771c134df959cdd44b2ad62d07b9576f;hp=0e60dbb4719bdc97e0f03038b05cf00d31329302;hpb=3b10b3e056bb684b8f33123a79410f771adbee0a;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 0e60dbb..4242cef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,29 @@ Possible compatibility problems with earlier versions marked with '*'. +New ODR utility, odr_getelement, which returns name element for +which encoding/decoding failed. + +Fixed ODR so that it returns error code OREQUIRED rather than ONONE +in cases where a required element was omitted. + +Bug fix: some MARC8 sequences were not converted. + +New ZOOM option "step" which specifies number of records to be +retrieved in one chunk. Used in conjunction with "start" and "count". + +SRW support for yaz-client. + +yaz-client no longer does (un)intelligent character set conversions +by default. Can be enabled with charset and marc_charset commands. + +xmalloc trace fix for 64-bit systems such as DEC alpha. + +Solaris 2.6 compile fix. + +--- 2.0.2 2003/04/28 + +New Debian package layout similar to the Redhat Package layout. + New ZOOM events ZOOM_EVENT_RECV_{RECORD,SEARCH} for receiving a record and search result respectively.