From 5212d60ccf06d128f758b56dc5f5dd0538f20d5d Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 2 Dec 2021 18:22:48 +0300 Subject: [PATCH] Reordered changes for 1.26.1 by significance (subjective). --- docs/changes.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index 5dd8d98b..9ede7833 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,13 +31,6 @@ NGINX Unit updated to 1.26.1. date="" time="" packager="Andrei Belov <defan@nginx.com>"> - - -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 @@ -47,15 +40,22 @@ 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. +a prototype process could crash on an application process exit; the bug had +appeared in 1.26.0. -a prototype process could crash on an application process exit; the bug had -appeared in 1.26.0. +the router process crashed on reconfiguration if "access_log" was configured +without listeners. + + + + + +a segmentation fault occurred in the PHP module if chdir() or +fastcgi_finish_request() was called in the OPcache preloading script.