Added version 1.29.1 CHANGES.
This commit is contained in:
21
CHANGES
21
CHANGES
@@ -1,4 +1,25 @@
|
|||||||
|
|
||||||
|
Changes with Unit 1.29.1 28 Feb 2023
|
||||||
|
|
||||||
|
*) Bugfix: stop creating world-writeable directories.
|
||||||
|
|
||||||
|
*) Bugfix: memory leak related to NJS.
|
||||||
|
|
||||||
|
*) Bugfix: path parsing in PHP applications.
|
||||||
|
|
||||||
|
*) Bugfix: enabled UTF-8 for Python config by default to avoid
|
||||||
|
applications failing in some cases.
|
||||||
|
|
||||||
|
*) Bugfix: using asyncio.get_running_loop() instead of
|
||||||
|
asyncio.get_event_loop() when it's available to prevent errors in
|
||||||
|
some Python ASGI applications.
|
||||||
|
|
||||||
|
*) Bugfix: applications that make use of various low level APIs such as
|
||||||
|
pthreads could fail to work correctly.
|
||||||
|
|
||||||
|
*) Bugfix: websocket endianness detection for obscure operating systems.
|
||||||
|
|
||||||
|
|
||||||
Changes with Unit 1.29.0 15 Dec 2022
|
Changes with Unit 1.29.0 15 Dec 2022
|
||||||
|
|
||||||
*) Change: removed $uri auto-append for "share" when loading
|
*) Change: removed $uri auto-append for "share" when loading
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
|
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
|
||||||
unit-jsc19"
|
unit-jsc19"
|
||||||
ver="1.29.1" rev="1"
|
ver="1.29.1" rev="1"
|
||||||
date="" time=""
|
date="2023-02-28" time="18:00:00 +0300"
|
||||||
packager="Nginx Packaging <nginx-packaging@f5.com>">
|
packager="Nginx Packaging <nginx-packaging@f5.com>">
|
||||||
|
|
||||||
<change>
|
<change>
|
||||||
@@ -29,7 +29,7 @@ NGINX Unit updated to 1.29.1.
|
|||||||
|
|
||||||
|
|
||||||
<changes apply="unit" ver="1.29.1" rev="1"
|
<changes apply="unit" ver="1.29.1" rev="1"
|
||||||
date="" time=""
|
date="2023-02-28" time="18:00:00 +0300"
|
||||||
packager="Nginx Packaging <nginx-packaging@f5.com>">
|
packager="Nginx Packaging <nginx-packaging@f5.com>">
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
|
|||||||
Reference in New Issue
Block a user