[PATCH] Added info about the Unit 1.29.1 release

2023-02-28 Thread Artem Konev
xml/index.xml | 7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) # HG changeset patch # User Artem Konev # Date 1677607644 0 # Tue Feb 28 18:07:24 2023 + # Node ID 9c4971870962c46ef54d4c9dc986adc0de1a7afb # Parent b274d289798d5cc5667c689d3f18cad22b1ca4ae Added info about t

Re: [PATCH] Added info about the Unit 1.29.1 release

2023-02-28 Thread Maxim Konovalov
On 28.02.2023 10:09, Artem Konev wrote: xml/index.xml | 7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) # HG changeset patch # User Artem Konev # Date 1677607644 0 # Tue Feb 28 18:07:24 2023 + # Node ID 9c4971870962c46ef54d4c9dc986adc0de1a7afb # Parent b274d289798d5cc

[njs] WebCrypto: fixed compilation with --debug=YES.

2023-02-28 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/3e33a686a9fd branches: changeset: 2057:3e33a686a9fd user: Dmitry Volyntsev date: Mon Feb 27 23:55:55 2023 -0800 description: WebCrypto: fixed compilation with --debug=YES. The issue was introduced in 2e3bbe8743af (0.7.10). diffstat: external/

[njs] Fixed attaching of a stack to an error object.

2023-02-28 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/4911271d5453 branches: changeset: 2058:4911271d5453 user: Dmitry Volyntsev date: Tue Feb 28 00:26:45 2023 -0800 description: Fixed attaching of a stack to an error object. This problem is similar to previous commits. When njs_error_stack_attach

[njs] XML: fixed memory leak when exception happens in node.addChild().

2023-02-28 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/688c4b1d9626 branches: changeset: 2059:688c4b1d9626 user: Dmitry Volyntsev date: Tue Feb 28 20:34:31 2023 -0800 description: XML: fixed memory leak when exception happens in node.addChild(). The issue was introduced in 3891f338e2c9. Found by Co

[njs] XML: fixed memory leaks in node.$tags set handler.

2023-02-28 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7197f860de2f branches: changeset: 2060:7197f860de2f user: Dmitry Volyntsev date: Tue Feb 28 20:34:38 2023 -0800 description: XML: fixed memory leaks in node.$tags set handler. If xmlAddChild() failed the node pointer leaked, if xmlReconciliateNs