File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ Changes with Unit 1.29.1 28 Feb 2023
3
+
4
+ *) Bugfix: stop creating world-writeable directories.
5
+
6
+ *) Bugfix: memory leak related to NJS.
7
+
8
+ *) Bugfix: path parsing in PHP applications.
9
+
10
+ *) Bugfix: enabled UTF-8 for Python config by default to avoid
11
+ applications failing in some cases.
12
+
13
+ *) Bugfix: using asyncio.get_running_loop() instead of
14
+ asyncio.get_event_loop() when it's available to prevent errors in
15
+ some Python ASGI applications.
16
+
17
+ *) Bugfix: applications that make use of various low level APIs such as
18
+ pthreads could fail to work correctly.
19
+
20
+ *) Bugfix: websocket endianness detection for obscure operating systems.
21
+
22
+
2
23
Changes with Unit 1.29.0 15 Dec 2022
3
24
4
25
*) Change: removed $uri auto-append for "share" when loading
Original file line number Diff line number Diff line change 16
16
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
17
17
unit-jsc19"
18
18
ver =" 1.29.1" rev =" 1"
19
- date =" " time =" "
19
+ date =" 2023-02-28 " time =" 18:00:00 +0300 "
20
20
packager =" Nginx Packaging < nginx-packaging@f5.com> " >
21
21
22
22
<change >
@@ -29,7 +29,7 @@ NGINX Unit updated to 1.29.1.
29
29
30
30
31
31
<changes apply =" unit" ver =" 1.29.1" rev =" 1"
32
- date =" " time =" "
32
+ date =" 2023-02-28 " time =" 18:00:00 +0300 "
33
33
packager =" Nginx Packaging < nginx-packaging@f5.com> " >
34
34
35
35
<change type =" bugfix" >
You can’t perform that action at this time.
0 commit comments