summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-12-02 18:22:48 +0300
committerValentin Bartenev <vbart@nginx.com>2021-12-02 18:22:48 +0300
commit5212d60ccf06d128f758b56dc5f5dd0538f20d5d (patch)
tree8ce9fe382a56ecf6606c4b5287cde95b6e54f340
parentd3d59249e6b9bdfb9435ab3e1ba053a381312b7e (diff)
downloadunit-5212d60ccf06d128f758b56dc5f5dd0538f20d5d.tar.gz
unit-5212d60ccf06d128f758b56dc5f5dd0538f20d5d.tar.bz2
Reordered changes for 1.26.1 by significance (subjective).
-rw-r--r--docs/changes.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 5dd8d98b..9ede7833 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -33,29 +33,29 @@ NGINX Unit updated to 1.26.1.
<change type="bugfix">
<para>
-the router process crashed on reconfiguration if "access_log" was configured
-without listeners.
+occasionally, the Unit daemon was unable to fully terminate; the bug had
+appeared in 1.26.0.
</para>
</change>
<change type="bugfix">
<para>
-occasionally, the Unit daemon was unable to fully terminate; the bug had
+a prototype process could crash on an application process exit; the bug had
appeared in 1.26.0.
</para>
</change>
<change type="bugfix">
<para>
-a segmentation fault occurred in the PHP module if chdir() or
-fastcgi_finish_request() was called in the OPcache preloading script.
+the router process crashed on reconfiguration if "access_log" was configured
+without listeners.
</para>
</change>
<change type="bugfix">
<para>
-a prototype process could crash on an application process exit; the bug had
-appeared in 1.26.0.
+a segmentation fault occurred in the PHP module if chdir() or
+fastcgi_finish_request() was called in the OPcache preloading script.
</para>
</change>