X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=550eb74b2f2585e73b6c3a942a99a038c079d565;hp=8df1eb5192bf4cadc6e2a960b17f0ac7f16ca24b;hb=afabe5eef1993c5b71602942f2e50a0d27ecbf33;hpb=6f5f4e50b5ca6f814995222adfff91f47ca45385 diff --git a/CHANGELOG b/CHANGELOG index 8df1eb5..550eb74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,135 @@ Possible compatibility problems with earlier versions marked with '*'. ---- (IN PROGRESS) +For SSL, use -lssl -lcrypto on systems that don't have pkg-config. +--- 2.0.12 2004/02/16 + +Added member 'schema' to bend_explain_rr structure so that backend +can specify explain record identifier. Defaults to Zeerex 2.0. + +Fix encoding of OID's of form 1.0.X. Bug introduced in 2.0.11. + +--- 2.0.11 2004/02/16 + +* SRW/SRU 1.1 updates: updated diagnostic in srw.h to use uri instead +of code. + +Added init command for yaz-client which sends "extra" init request. + +Fixed two bugs in OID codec - ber_oidc. Throw error when encoding/decoding +bad truncated OID. Fix decoding of OID X.Y... when X=2 and Y>39. + +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. + +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 +implementations. + +CQL changes to reflect recent changes to the specification: +* Documentation talks about context sets instead of index sets. +* Documentation talks about indexes instead of qualifiers. +* The CQL-to-PQF transformer's configuration file now uses + "index.set.name = " instead of the old form + "qualifier.set.name = ". (Both forms are still + understood but the latter is deprecated.) +* CQL terms with no explicit index specified are now interpreted as + cql.serverChoice instead of srw.serverChoice (which of course + behaves exactly the same.) + +--- 2.0.7 2003/12/16 + +MARC conversion can now generate ISO2709 output in another +character set. yaz-marcdump uses this facility if you invoke it +with option -O. + +Added missing C decl macros for include/yaz/{soap.h,srw.h,cql.h}, so that +functions from there can be used from C++. + +--- 2.0.6 2003/12/04 + +Frontend server now transfers memory from decoded packages to stream +ODR for search. + +NMEM now clears freed blocks with 'Y' (hex 59) to force bad memory +references to show up. + +ZOOM-C now supports standard ZOOM option names as described in v1.4 of +the ZOOM Abstract API. The older names for the same options are still +also supported for the benefit of old applications. + +ZOOM-C supports "implementationId" and "implementationVersion" options +to go along with "implementationName". These allow the user code to +specify identification strings to be sent to servers. Add OID for the new ExtLite attribute set. Add OIDs for NACSIS-CATP, FINMARC2000 and MARC21-fin record-syntaxes, @@ -60,11 +188,6 @@ Init diagnostics to the client in User-information-field, in accordance with Z35.90 Implementor Agreement 5 (Returning diagnostics in an InitResponse) -ZOOM-C supports "implementationId" and "implementationVersion" options -to go along with "implementationName". These allow the user code to -specify identification strings to be sent to servers. - - --- 2.0.4 2003/09/04 Allow any CQL relation (not just all,any,exact,scr).