X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=70b85bde61f2b585b91c14691e7a2231b8f80bef;hp=b615eddb0143b6cdf8e4d2d2607ab16da8258918;hb=047d6669724619dd486a9bfa62cde1b909951491;hpb=cf3cacbdf855eaeaeb08f86cb7164c80386d49b0 diff --git a/NEWS b/NEWS index b615edd..70b85bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +--- 4.2.63 2013/07/17 + +Add yaz_strcmp_null + +--- 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).