# HG changeset patch # User Igor Sysoev # Date 1311085225 0 # Node ID d62ef1c3477ec30f440c55ab07e422819d9f915b # Parent 2d8bd4f61552428ac57678664666d349cfd284cd nginx-0.7.69-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- 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. +
+
+ +
+ + @@ -14619,7 +14637,7 @@ the double slashes in "://" in the URI w 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.