From b5952edcc634a5fe93da407d38f55ac151b156ee Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 27 Feb 2023 19:13:56 +0000 Subject: Version bump. --- docs/changes.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index e569f474..06fcd229 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,36 @@ + + + + +NGINX Unit updated to 1.29.1. + + + + + + + + + + + + + + + +Initial release of Python 3.11 module for NGINX Unit. + + + + + + -- cgit From 1f37d8121a3dfc2f039b859835c4ec22e77f01c9 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Mon, 30 Jan 2023 11:16:01 +0800 Subject: NJS: adding the missing vm destruction. This commit fixed the njs memory leak happened in the config validation, updating and http requests. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index a34a24e3..fe7b9fe2 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -25,6 +25,12 @@ NGINX Unit updated to 1.29.1. + + +memory leak related to NJS. + + + -- cgit From ca9988171bbf65487f7fc2f2d6e8242eb83e66fc Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 28 Feb 2023 13:09:06 +0000 Subject: Added missing fixes in changes.xml. --- docs/changes.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index fe7b9fe2..8af9db14 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -25,12 +25,51 @@ NGINX Unit updated to 1.29.1. + + +stop creating world-writeable directories. + + + memory leak related to NJS. + + +path parsing in PHP applications. + + + + + +enabled UTF-8 for Python config by default to avoid applications failing +in some cases. + + + + + +using asyncio.get_running_loop() instead of asyncio.get_event_loop() +when it's available to prevent errors in some Python ASGI applications. + + + + + +applications that make use of various low level APIs such as pthreads could +fail to work correctly. + + + + + +websocket endianness detection for obscure operating systems. + + + -- cgit From 8295a0eb08908ebe09a70e0724f3dddd2a615ce3 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 28 Feb 2023 16:01:54 +0000 Subject: Changes moved to the correct section. --- docs/changes.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 8af9db14..9eb17c0b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -25,6 +25,13 @@ NGINX Unit updated to 1.29.1. + + + + + stop creating world-writeable directories. @@ -73,13 +80,6 @@ websocket endianness detection for obscure operating systems. - - - - - @@ -29,7 +29,7 @@ NGINX Unit updated to 1.29.1. -- cgit