From 4c9f2328559d8905474f3c0ae55ab5844252c3fe Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 19 Jul 2011 13:59:47 +0000 Subject: nginx-0.8.55-RELEASE --- docs/xml/nginx/changes.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 3d6adcbad..8d5ad265e 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,24 @@ nginx changelog + + + + +при использовании кэширования +в рабочем процессе мог произойти segmentation fault.
+Спасибо Lanshun Zhou. +
+ +a segmentation fault might occur in a worker process, +if a caching was used.
+Thanks to Lanshun Zhou. +
+
+ +
+ + @@ -16145,7 +16163,7 @@ the double slashes in "://" in the URI were converted to ":/". if the request without arguments contains "//", "/./", "/../" or "%XX" -then the lost character in the request line was lost; +then the last character in the request line was lost; the bug had appeared in 0.1.9. -- cgit v1.2.3