X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=5b266781f42132d92184b41b1c53d2069e31ec02;hb=dd472005b2c12e54a0436d22e56970f48bc32704;hp=7d9b9c54d039ba89f8218416af5272e34cda3616;hpb=b1133253fc7a5ebb20ae41cac2a38c061d6facc0;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 7d9b9c5..5b26678 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,22 @@ 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.