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(+) 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