X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=644b8b000e91416a99f6f24b4412d6dc58b343a8;hb=93d4cfa840acd64c55976bae197644000b5d8774;hp=cdadf3ce0fbe44b97233087aee445be00c90ea1c;hpb=e87b4d274ad846d5cc5e1e443d2f1fc2c63ac633;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index cdadf3c..644b8b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,47 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 2.0.10 2004/02/05 + +For yaz.m4, allow second argument for YAZ_INIT to hold minimal version of +YAZ required. + +* SRW/SRU 1.1 updates. Diagnostic code now a URI. + +Added option -p to make Generic Frontend Server to write PID file. + +Added option -D to put Generic Frontend Server in background on its own. + +Make ZOOM C recognize option "password". If unset, "pass" is used +(for backwards compatibility). + +Fixed a bug in Generic Frontend Server that could make it crash if a +client sets characterSetNegotation bit, but didn't pass negotiation stuff +in InitRequest. + +New YAZ client command, zversion, that sets Z39.50 version (1,2,3..). +Must be issued before open, in order to be in effect. + +--- 2.0.9-6 2004/01/12 Debian/Windows + +Make the SRU server more picky WRT unknown params, etc. + +Bug fix: ZOOM scan response didn't return displayTerm - when present. + +New YAZ client command, options, that sets Z39.50 options. + +New utility functions yaz_init_opt_{encode,decode} to encode/decode Z39.50 +options from a string of tokens (one token for each option bit). + +Update SRW diagnostic code messages. + +--- 2.0.9-5 2004/01/07 Debian/Windows + +Handle user defined stylesheet for SRW/SRU. + +--- 2.0.9-4 2004/01/06 Debian/Windows + +Fix bug in decoding of Content-Length. + --- 2.0.9-3 2004/01/06 Debian/Windows Fix a bug with decoding of XML packed records.