X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=c5ac7b2c68f444428e78b26f082351ddc2b24d46;hb=97554b23cfc19394bb77f7f3c4bf0c8abf89297b;hp=bd4d74cf718bf5fcf1e054539a8f9e98b3c2c5e6;hpb=c7753f2a498076aae60b9a4682041c573792d0cd;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index bd4d74c..c5ac7b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,26 @@ Possible compatibility problems with earlier versions marked with '*'. +* 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.