summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2023-02-28 13:09:06 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2023-02-28 13:09:06 +0000
commitca9988171bbf65487f7fc2f2d6e8242eb83e66fc (patch)
tree364183944db8566acb19e2201ccc9b1ad527e586 /docs/changes.xml
parentf4298180ebae2de1658684b0dc6604387b372a73 (diff)
downloadunit-ca9988171bbf65487f7fc2f2d6e8242eb83e66fc.tar.gz
unit-ca9988171bbf65487f7fc2f2d6e8242eb83e66fc.tar.bz2
Added missing fixes in changes.xml.
Diffstat (limited to '')
-rw-r--r--docs/changes.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index fe7b9fe2..8af9db14 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -27,10 +27,49 @@ NGINX Unit updated to 1.29.1.
<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>