Added missing fixes in changes.xml.

This commit is contained in:
Andrei Zeliankou
2023-02-28 13:09:06 +00:00
parent f4298180eb
commit ca9988171b

View File

@@ -25,12 +25,51 @@ NGINX Unit updated to 1.29.1.
</para>
</change>
<change type="bugfix">
<para>
stop creating world-writeable directories.
</para>
</change>
<change type="bugfix">
<para>
memory leak related to NJS.
</para>
</change>
<change type="bugfix">
<para>
path parsing in PHP applications.
</para>
</change>
<change type="bugfix">
<para>
enabled UTF-8 for Python config by default to avoid applications failing
in some cases.
</para>
</change>
<change type="bugfix">
<para>
using asyncio.get_running_loop() instead of asyncio.get_event_loop()
when it's available to prevent errors in some Python ASGI applications.
</para>
</change>
<change type="bugfix">
<para>
applications that make use of various low level APIs such as pthreads could
fail to work correctly.
</para>
</change>
<change type="bugfix">
<para>
websocket endianness detection for obscure operating systems.
</para>
</change>
</changes>