X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=05d97407409ca64366e2dd21c759dd68805acccc;hp=341fb6b43b7e2aa5d769acf14eee81454fbbc423;hb=8a6d9d5f9141f8437e22f4943beb464682d6e1b2;hpb=64bfa635516bb5fd5e25b56a3ebb27ed16cdd604 diff --git a/NEWS b/NEWS index 341fb6b..05d9740 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +--- 4.2.62 2013/07/11 + +New utility z_get_HTTP_Response_details - an extended version of +z_get_HTTP_Response. + +New utility yaz_url_get_error which returns error message of last +failed yaz_url_exec call. + +yaz-url and url functions: allow max HTTP redirects to be controlled. + +New functions yaz_file_glob2, yaz_xml_include_glob. +These functions takes a flags parameter, which, for now only controls +whether to fail inclusion of a non-existing file (without glob +pattern) - flags YAZ_FILE_GLOB_FAIL_NOTEXIST. + +--- 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.