From: Dmitry Volyntsev Date: Thu, 9 Mar 2023 17:26:03 +0000 (-0800) Subject: Version 0.7.11. X-Git-Tag: 0.7.11 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=2cf7325774fdadda472c2ead8c0eb36c6e371e39;p=njs.git Version 0.7.11. --- diff --git a/CHANGES b/CHANGES index 77dff809..febcfb31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,34 @@ +Changes with njs 0.7.11 9 Mar 2023 + nginx modules: + + *) Bugfix: added missed linking with libxml2 for the dynamic module. + The bug was introduced in 0.7.10. + + Core: + + *) Feature: added XMLNode API to modify XML documents. + + *) Change: removed XML_PARSE_DTDVALID during parsing of XML document + due to security implications. The issue was introduced + in 0.7.10. When XML_PARSE_DTDVALID is enabled, libxml2 parses and + executes external entities present inside an XML document. + + *) Bugfix: fixed the detection of await in arguments. + + *) Bugfix: fixed Error() instance dumping when "name" prop is not + primitive. + + *) Bugfix: fixed array instance with a getter property dumping. + + *) Bugfix: fixed njs_object_property() with NJS_WHITEOUT properties. + + *) Bugfix: fixed func instance dumping with "name" as getter. + + *) Bugfix: fixed attaching of a stack to an error object. + + *) Bugfix: fixed String.prototype.replace() with replacement containing + "$'", "$`". + Changes with njs 0.7.10 7 Feb 2023 nginx modules: