From 32f9c3d6f9a97875b901357e2fc7a39010450d2c Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 28 Feb 2023 16:16:27 +0000 Subject: Added version 1.29.1 CHANGES. --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 959fdd32..51fc753f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,25 @@ +Changes with Unit 1.29.1 28 Feb 2023 + + *) Bugfix: stop creating world-writeable directories. + + *) Bugfix: memory leak related to NJS. + + *) Bugfix: path parsing in PHP applications. + + *) Bugfix: enabled UTF-8 for Python config by default to avoid + applications failing in some cases. + + *) Bugfix: using asyncio.get_running_loop() instead of + asyncio.get_event_loop() when it's available to prevent errors in + some Python ASGI applications. + + *) Bugfix: applications that make use of various low level APIs such as + pthreads could fail to work correctly. + + *) Bugfix: websocket endianness detection for obscure operating systems. + + Changes with Unit 1.29.0 15 Dec 2022 *) Change: removed $uri auto-append for "share" when loading -- cgit