diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-03-01 18:25:52 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-03-01 18:25:52 +0000 |
commit | 814815a3c5e9b93502733cd42b4844691415e621 (patch) | |
tree | f41f95914622fe66076844e0b51819b6b18c6221 /CHANGES | |
parent | 32c9b8c3cdb6769cfa2330b8b43047a901045701 (diff) | |
parent | d5382aebb75e16c6d953f004d76c11037d999fcb (diff) | |
download | unit-814815a3c5e9b93502733cd42b4844691415e621.tar.gz unit-814815a3c5e9b93502733cd42b4844691415e621.tar.bz2 |
Merged with the 1.29 branch.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |