X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=7d9b9c54d039ba89f8218416af5272e34cda3616;hb=b1133253fc7a5ebb20ae41cac2a38c061d6facc0;hp=6673be3888a9b6816fb37409646585f6f0d4434a;hpb=8fb5c6c99b6fb42df8539ea457038aca8ac1f70b;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 6673be3..7d9b9c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,29 @@ Possible compatibility problems with earlier versions marked with '*'. +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.