diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-12-02 18:22:57 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-12-02 18:22:57 +0300 |
commit | 02f24f695c73f89f12097c6541732403fa854eae (patch) | |
tree | 2c92ffbe338ae2265a13891b0fe87715b1b5b647 /CHANGES | |
parent | 5212d60ccf06d128f758b56dc5f5dd0538f20d5d (diff) | |
download | unit-02f24f695c73f89f12097c6541732403fa854eae.tar.gz unit-02f24f695c73f89f12097c6541732403fa854eae.tar.bz2 |
Added version 1.26.1 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 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 |