X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=3c2cbe6bf4279c2e3975e88243821e4de9a138bc;hb=d50425318f3ef8e1fce265519eb8ce2dcfaa51b8;hp=674568e75fa86c80e9755c7accdad500f7bc9509;hpb=febe52bd5496c1eb81b322499206f7bc43a76b5b;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 674568e..3c2cbe6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,30 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.5 2002/XX/XX +--- 1.8.6 2002/MM/DD + +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 provide by Jacob Poulsen. +Code provided by Jacob Poulsen. New call oid_trav, that visits all registered OIDs via callback.