X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=c678e06bac8fe5603140bd1a105c2cf4c9331bf0;hb=51f5ff156a2550d96b6d27fd901edaab161b32c8;hp=ade812d45d50f913419814f15ca4ea0ef1f03dbe;hpb=11b76ecdb94556ae09761a5d43f0635c2f9a2974;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index ade812d..c678e06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,32 @@ Possible compatibility problems with earlier versions marked with '*'. +Fixed a bug in ASN.1 compiler that caused Type-1 Operator codec to fail. + +Make ZOOM error code for "invalid query". + +Fixed compilation for SSL which wasn't properly enabled for all platforms. + +--- 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.