X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=5b266781f42132d92184b41b1c53d2069e31ec02;hb=dd472005b2c12e54a0436d22e56970f48bc32704;hp=a5b557ddf54648b6331ae84302197c444c7b2109;hpb=e9d0ea23cc3d9b9f6156e679a475d59289c0f3ef;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index a5b557d..5b26678 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,71 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 2.0.18 2004/03/20 + +Use wrbuf_xmlputs_n instead of wrbuf_write_cdata to avoid clash with +Zebra symbol. + +Ensure zlib.dll is packed with Windows install. + +--- 2.0.17 2004/03/17 + +Fix encoding of xsd:string to use text instead of CDATA. + +Fix endless loop in CQL parser with unbalanced ". + +Use a more compact way to store MARC-8 conversion tables. + +--- 2.0.16 2004/03/16 Debian only + +Oleg Kolobov Fixed a bug in yaz_iconv regarding conversion to +UCS4 / UCS4LE. + +Update CQL parser to use new CQL 1.1 modifiers for booleans and +relations. + +Add CQL test cases. + +--- 2.0.15 2004/03/01 + +Another fix for decoding of XML packed records. + +--- 2.0.14 2004/02/25 + +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". + Fixed compilation for SSL which wasn't properly enabled for all platforms. --- 2.0.10 2004/02/05