Skip to content

Commit 32f9c3d

Browse files
Added version 1.29.1 CHANGES.
1 parent 8295a0e commit 32f9c3d

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

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+
223
Changes with Unit 1.29.0 15 Dec 2022
324

425
*) Change: removed $uri auto-append for "share" when loading

docs/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
1717
unit-jsc19"
1818
ver="1.29.1" rev="1"
19-
date="" time=""
19+
date="2023-02-28" time="18:00:00 +0300"
2020
packager="Nginx Packaging <nginx-packaging@f5.com>">
2121

2222
<change>
@@ -29,7 +29,7 @@ NGINX Unit updated to 1.29.1.
2929

3030

3131
<changes apply="unit" ver="1.29.1" rev="1"
32-
date="" time=""
32+
date="2023-02-28" time="18:00:00 +0300"
3333
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
3434

3535
<change type="bugfix">

0 commit comments

Comments
 (0)