X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=5cbbe4ef7e797ae9c8c0dd129a7189b16e9f30bd;hp=2bccfcb11c0ae83a5a9f36944094776fd3182c7a;hb=1552cfea944bbeea64899c0ab17bfc47882f451b;hpb=38527b3ceab46772e46551ed0d311c1e3bf082e3 diff --git a/NEWS b/NEWS index 2bccfcb..5cbbe4e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +--- 4.2.61 2013/06/20 + +For MARC XML parsing, allow record without leader. A fake/default leader +is inserted and a warning is tagged with the record. + +ICU: fix leak in in icu_iter_get_org_info. + +--- 4.2.60 2013/06/14 + +ICU: fix bug in icu_iter_get_org_info (un-init variable). + +--- 4.2.59 2013/06/11 + +Implement z_HTTP_header_remove. + +--- 4.2.58 2013/06/11 + +ICU: Disallow 0 ptrs for some ICU string utilities. + +ICU: new utilities icu_iter_get_org_info and icu_chain_get_org_info: +returns original tokens (before normalization). + +CCL: avoid z39.58/regex truncation when not needed. Apply only the +conversion of those masks, when absolutely necessary. + +CCL: configurable masking character - @mask. Default masking character +is # for CCL. + +HTTP encoding: remove Transfer-Encoding header. YAZ uses content_len and +full response anyway, so a Transfer-Encoding header will obstruct the +response. + --- 4.2.57 2013/05/15 COMSTACK: @ uses AF_UNSPEC . But we prefer AF_INET6 over others when