# HG changeset patch # User Yaroslav Zhuravlev # Date 1678400424 0 # Node ID 0f468b4e01d67cab96a44e0886dda3180104ae1a # Parent ee84a44fa7f7733ecccce5efd80d6e91c6972a96 njs-0.7.11. diff -r ee84a44fa7f7 -r 0f468b4e01d6 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Thu Feb 23 13:05:14 2023 +0000 +++ b/xml/en/docs/njs/changes.xml Thu Mar 09 22:20:24 2023 +0000 @@ -9,9 +9,117 @@
+
+ + +Release Date: +09 March 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 an 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 “$'”, “$`”. + + + + + + +
+ +
diff -r ee84a44fa7f7 -r 0f468b4e01d6 xml/index.xml --- a/xml/index.xml Thu Feb 23 13:05:14 2023 +0000 +++ b/xml/index.xml Thu Mar 09 22:20:24 2023 +0000 @@ -7,6 +7,17 @@ + + +njs-0.7.11 +version has been +released, +featuring +XMLNode API +to modify XML documents. + + + unit-1.29.1 bugfix version has been