File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,51 @@ NGINX Unit updated to 1.29.1.
25
25
</para>
26
26
</change>
27
27
28
+ <change type="bugfix">
29
+ <para>
30
+ stop creating world-writeable directories.
31
+ </para>
32
+ </change>
33
+
28
34
<change type="bugfix">
29
35
<para>
30
36
memory leak related to NJS.
31
37
</para>
32
38
</change>
33
39
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
+
34
73
</changes>
35
74
36
75
You can’t perform that action at this time.
0 commit comments