Skip to content

Commit ca99881

Browse files
Added missing fixes in changes.xml.
1 parent f429818 commit ca99881

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/changes.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,51 @@ NGINX Unit updated to 1.29.1.
2525
</para>
2626
</change>
2727

28+
<change type="bugfix">
29+
<para>
30+
stop creating world-writeable directories.
31+
</para>
32+
</change>
33+
2834
<change type="bugfix">
2935
<para>
3036
memory leak related to NJS.
3137
</para>
3238
</change>
3339

40+
<change type="bugfix">
41+
<para>
42+
path parsing in PHP applications.
43+
</para>
44+
</change>
45+
46+
<change type="bugfix">
47+
<para>
48+
enabled UTF-8 for Python config by default to avoid applications failing
49+
in some cases.
50+
</para>
51+
</change>
52+
53+
<change type="bugfix">
54+
<para>
55+
using asyncio.get_running_loop() instead of asyncio.get_event_loop()
56+
when it's available to prevent errors in some Python ASGI applications.
57+
</para>
58+
</change>
59+
60+
<change type="bugfix">
61+
<para>
62+
applications that make use of various low level APIs such as pthreads could
63+
fail to work correctly.
64+
</para>
65+
</change>
66+
67+
<change type="bugfix">
68+
<para>
69+
websocket endianness detection for obscure operating systems.
70+
</para>
71+
</change>
72+
3473
</changes>
3574

3675

0 commit comments

Comments
 (0)