X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=20bc36ea6f4e2f543e6a351a56073ea85275d467;hp=b5853d3a41c1ae724b97ad95f93c507305ea2ae0;hb=c27504bf04bb54c2744367d414358a11cf5ac84e;hpb=f90459f4bb32ee8537edf31ea29fb59ae987d685 diff --git a/NEWS b/NEWS index b5853d3..20bc36e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ -ZOOM_record_get supports new parameter "format" which makes it format -XML record content. +--- 4.0.1 2010/01/26 + +New glob file pattern utility. Like POSIX glob. For Windows too. Refer to +yaz/file_glob.h. + +New simple local-file XML include facility which allows file glob-patterns. +Refer to yaz/xml_include.h. + +Utility yaz-json-parse which parses JSON and demonstrates the JSON parser +API. + +ZOOM_record_get supports new parameter "format" which makes it format XML +record content. + +Fix JSON parser WRT start symbol. The start grammar symbol (referred to as +JSONText in ECMA-262) is JSONValue, not JSONObject. --- 4.0.0 2010/01/20