Added version 1.26.1 CHANGES.

This commit is contained in:
Valentin Bartenev
2021-12-02 18:22:57 +03:00
parent 5212d60ccf
commit 02f24f695c
2 changed files with 20 additions and 2 deletions

18
CHANGES
View File

@@ -1,4 +1,22 @@
Changes with Unit 1.26.1 02 Dec 2021
*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
the bug had appeared in 1.26.0.
*) Bugfix: a prototype process could crash on an application process
exit; the bug had appeared in 1.26.0.
*) Bugfix: the router process crashed on reconfiguration if "access_log"
was configured without listeners.
*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
fastcgi_finish_request() was called in the OPcache preloading script.
*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
1.26.0.
Changes with Unit 1.26.0 18 Nov 2021
*) Change: the "share" option now specifies the entire path to the files

View File

@@ -15,7 +15,7 @@
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18"
ver="1.26.1" rev="1"
date="" time=""
date="2021-12-02" time="18:00:00 +0300"
packager="Andrei Belov <defan@nginx.com>">
<change>
@@ -28,7 +28,7 @@ NGINX Unit updated to 1.26.1.
<changes apply="unit" ver="1.26.1" rev="1"
date="" time=""
date="2021-12-02" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change type="bugfix">