X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=0e60dbb4719bdc97e0f03038b05cf00d31329302;hb=3b10b3e056bb684b8f33123a79410f771adbee0a;hp=f5312b338be7d986c3326c84f4f0becf4f3b7729;hpb=6a9f385c94281b3dbddd612f388837c01661c5c5;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index f5312b3..0e60dbb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,30 @@ Possible compatibility problems with earlier versions marked with '*'. +New ZOOM events ZOOM_EVENT_RECV_{RECORD,SEARCH} for receiving a record +and search result respectively. + +--- 2.0.1 2003/04/25 + +Redhat package is now several packages: libyaz (runtime libraries), +libyaz-devel (development and documentation, and yaz (utility programs). +Package spec file by Morten Bøgeskov. + +New member 'schema' in struct bend_fetch_rr which the name of requested +schema (SRW/SRU) for record (or NULL if none was given). The fetch +handler MAY set this to reflect the schema of the returned record. + +New member 'display_term' in struct scan_entry. GFS now sets member entries +and allocates scan entries to be filled by user scan handler. In previous +version, entries member was allocated by the scan handler. That still works, +but the GFS will ignore member display_term - assuming it was NOT set by +the handler. The fact that the GFS now allocates the entries both allows +for new members and makes a scan handler easier to write. + +Fix CQL lex buffer overflow. + +SRW/SRU recordPacking. For SRW default recordPacking is string. For +SRU default recordPacking is string. + SRU protocol support for frontend server. Fix compile bug for systems that have nl_langinfo but CODESET undefined.