X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=bd4d74cf718bf5fcf1e054539a8f9e98b3c2c5e6;hb=c7753f2a498076aae60b9a4682041c573792d0cd;hp=bdab6c2a1828268b67944aba3d21a089ce86c4b1;hpb=06eb0818f902a5d6805b656e0ba2e39ac2ed7817;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index bdab6c2..bd4d74c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,63 @@ Possible compatibility problems with earlier versions marked with '*'. ---- NOT YET RELEASED +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. + +--- 2.0.9-2 2004/01/05 Debian only + +Allow empty ODR (NMEM=0) for odr_oiddup and odr_getoidbystr. + +Fix bug in SRW/SRU diagnostics decoding. + +--- 2.0.9 2004/01/05 + +Fixed bug in Generic Frontend Server which could drop records exceeding +preferred message size. Reported and fixed by Irina Dijour. + +Fixed calculation of package size for structured records in Generic +Frontend Server. Reported and fixed by Irina Dijour. + +Fixed namespace for SRW/SRU diagnostics. + +Fixed SEGV in yaz-client that occured for HTTP connection errors. + +--- 2.0.8 2003/12/22 * SRW/SRU 1.1. Since the Namespace has changed for SRW/SRU, it means that this version is incompatible with version 1.0 and older YAZ SRW/SRU