X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=e546a1a0a7b76bac372c161eafb71d8684b24f0a;hb=75ada5241cd3a0adf2a5623c7a392dd657e2c15b;hp=78a3eaba0b261702e1afbf4f98c8f0b1bc0204b6;hpb=2b1085e05e143d1e6fdbe0c961a926dd1b77d89a;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 78a3eab..e546a1a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,33 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 2.0.17 2004/03/16 Debian only + +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.