From 5212d60ccf06d128f758b56dc5f5dd0538f20d5d Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 2 Dec 2021 18:22:48 +0300 Subject: Reordered changes for 1.26.1 by significance (subjective). --- docs/changes.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/changes.xml') 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. -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. -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. -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. -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. -- cgit