From 32c9b8c3cdb6769cfa2330b8b43047a901045701 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 28 Feb 2023 13:42:39 +0000 Subject: Added missing fixes in changes.xml. --- docs/changes.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/docs/changes.xml b/docs/changes.xml index f086e78f..b6b757f1 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -47,7 +47,52 @@ this allows to do './configure && make && sudo make install'. -fix the memory leak related to njs. +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. + + + + + +PHP error handling (added missing 403 and 404 errors). + + + + + +websocket endianness detection for obscure operating systems. -- cgit