X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=05d97407409ca64366e2dd21c759dd68805acccc;hp=10cafa54229ea1b05fe1904215821211f68f10de;hb=e7c4df57d3838ac1c0c15569daec2d118f4abb2c;hpb=376aab71c32cc9c53ea9e706aac87ea3439f7222 diff --git a/NEWS b/NEWS index 10cafa5..05d9740 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +--- 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.