# HG changeset patch # User Igor Sysoev # Date 1184666257 0 # Node ID 13e649b813d6ccba5db33a61e08ebe09d683cd5b # Parent 33d6c994a0b24f675c7a22ead47db5f59d01ba0f nginx-0.6.4-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,60 @@ nginx changelog + + + + +при использовании директивы msie_refresh был возможен XSS. + + +the "msie_refresh" directive allowed XSS. + + + + + +директивы proxy_store и fastcgi_store изменены. + + +the "proxy_store" and "fastcgi_store" directives were changed. + + + + + +директивы proxy_store_access и fastcgi_store_access. + + +the "proxy_store_access" and "fastcgi_store_access" directives. + + + + + +nginx не работал на Solaris/sparc64, если был собран Sun Studio.
+Спасибо Андрею Нигматулину. +
+ +nginx did not work on Solaris/sparc64 if it was built by Sun Studio.
+Thanks to Andrei Nigmatulin. +
+
+ + + +обход ошибки в Sun Studio 12.
+Спасибо Jiang Hong. +
+ +for Sun Studio 12.
+Thanks to Jiang Hong. +
+
+ +
+ + @@ -23,11 +77,13 @@ the "proxy_store" and "fastcgi_store" di при использовании директивы auth_http_header -в рабочем процессе мог произойти segmentation fault. +в рабочем процессе мог произойти segmentation fault.
+Спасибо Максиму Дунину.
a segmentation fault might occur in worker process -if the "auth_http_header" directive was used. +if the "auth_http_header" directive was used.
+Thanks to Maxim Dounin.