diff options
-rw-r--r-- | CHANGES | 18 | ||||
-rw-r--r-- | docs/changes.xml | 4 |
2 files changed, 20 insertions, 2 deletions
@@ -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 diff --git a/docs/changes.xml b/docs/changes.xml index 9ede7833..849f50f5 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -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 <defan@nginx.com>"> <change type="bugfix"> |