X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=d7331c2ed46809b7151db2a4f1fe7148c0cf0cfa;hp=738c7170fe0cc9632da9b5ce3584bd34d50e090c;hb=f98330f4a395ec9f830c39b4a4eb4e523bc0c796;hpb=6b3cf0738c53080781fedd852e26b299224af3c3 diff --git a/CHANGELOG b/CHANGELOG index 738c717..d7331c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,55 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.9.3 2003/02/23 +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. + +--- 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. + +Added missing PQF transform rules for <= and >= . Thanks to Peter Popovics. + +Added scan for the ZOOM shell (zoomsh). + +--- 2.0 2003/02/23 * String Identifers for Schemas (Amendment 5). http://lcweb.loc.gov/z3950/agency/amend/am5.html