X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=50b87606c898c604b9b3ffc1d0742d632195b526;hb=a23ee5449742beee9dc2ebf56c70f065d6239df3;hp=c678e06bac8fe5603140bd1a105c2cf4c9331bf0;hpb=51f5ff156a2550d96b6d27fd901edaab161b32c8;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index c678e06..50b8760 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,36 @@ Possible compatibility problems with earlier versions marked with '*'. +Fixes for Chunked encoding. White space not ignored after length spec. + +Update NS and use default NS for SRW diagnostic elements. + +--- 2.0.13 2004/02/23 + +Implement ZOOM_resultset_cache_reset which resets record cache. + +Implement ZOOM_resultset_sort which sorts a result set. + +Implement chunked HTTP transfer. + +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".