X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=20bc36ea6f4e2f543e6a351a56073ea85275d467;hp=75029841e516760910df1e040cf230c6fe6815f1;hb=5c0e243664a63c8522d400abbda6dc892cae4349;hpb=f037b7c90a9cae1c9fe35b589a1c1b9320d6e3ce diff --git a/NEWS b/NEWS index 7502984..20bc36e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ ---- 4.0.0 2010/01/1X +--- 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 Windows binaries for YAZ now compiled with Visual Studio 2008 (VC9). Older versions of YAZ was compiled with Visual Studio 6.0 (1998).