X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=9f8a597cdd2ba20e5f0a541f4761c97fc5b58863;hb=2af1d65a7126d623ab596d831d6bc4257d75a051;hp=78acb574a89c8187f6b9fa276acf9e16b97c68f4;hpb=08e079756cdb1cd5da5779e1833b6065d07292d3;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 78acb57..9f8a597 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,54 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.5 2002/XX/XX + +--- 1.8.7 2002/MM/DD + +Attributes from multiple CCL fields may be OR'ed rather than merged +using directive "@field or". Fields are still merged by default - +equivalent to "@field merge". + +XML reader for data1 (EXPAT). + +Fixed bug in ZOOM connect that occurred on OpenBSD (maybe others). Patch +by Oleg Kolobov. + +Fixed bug in zget for parameter ExtendedServicesResponse. + +Fix OID for ILL. + +--- 1.8.6 2002/03/25 + +Added PQF feature: '@attr type=value' may be written as '@type=value'. + +Client displays USR.1:SearchResult-1 (hits per term). + +Additional Search Info for search in Generic Frontend Server. + +Fixed CCL parsing of "field=s". + +WIN32 installer - using the excellent NSIS software from nullsoft. + +Fixed CCL parsing of "field = - ". + +Added function yaz_marc_decode that decodes MARC for line mode +display or XML (similar to that used by JZKit). + +Fixed BER decoding of OPTIONAL CHOICE. The bug didn't affect the +Z39.50. But ISO/ILL was, however. + +Added patch by Rustam T. Usmanov that implements Z39.50 duplicate +detection service (Z39.50-1995 Amendment 2) and Language Negotiation (3). +See: + http://lcweb.loc.gov/z3950/agency/amend/am2.html + http://lcweb.loc.gov/z3950/agency/defns/charneg-3.html + +--- 1.8.5 2002/02/03 + +New YAZ client features: Command completion and new commands: +push_command, set_apdufile, set_marcdump, set_cclfields, register_oid. +Code provided by Jacob Poulsen. + +New call oid_trav, that visits all registered OIDs via callback. Function ZOOM_record_get now returns const char pointer rather than void pointer. It saves a lot of type casts.