summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-12-02 18:22:57 +0300
committerValentin Bartenev <vbart@nginx.com>2021-12-02 18:22:57 +0300
commit02f24f695c73f89f12097c6541732403fa854eae (patch)
tree2c92ffbe338ae2265a13891b0fe87715b1b5b647
parent5212d60ccf06d128f758b56dc5f5dd0538f20d5d (diff)
downloadunit-02f24f695c73f89f12097c6541732403fa854eae.tar.gz
unit-02f24f695c73f89f12097c6541732403fa854eae.tar.bz2
Added version 1.26.1 CHANGES.
-rw-r--r--CHANGES18
-rw-r--r--docs/changes.xml4
2 files changed, 20 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0c93d2bc..d7fa5641 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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 &lt;defan@nginx.com&gt;">
<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">