X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=05d97407409ca64366e2dd21c759dd68805acccc;hp=b615eddb0143b6cdf8e4d2d2607ab16da8258918;hb=8a6d9d5f9141f8437e22f4943beb464682d6e1b2;hpb=cf3cacbdf855eaeaeb08f86cb7164c80386d49b0 diff --git a/NEWS b/NEWS index b615edd..05d9740 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +--- 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).