# HG changeset patch # User Igor Sysoev # Date 1185177539 0 # Node ID b0bbf0436b78f643b84befc6fde898ddb32a11d4 # Parent adb6d251ac929cf439abae3c6230ffe1aff9284f nginx-0.5.29-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,14 +9,65 @@ nginx changelog - + + + + +переменная $nginx_version.
+Спасибо Николаю Гречуху. +
+ +$nginx_version variable.
+Thanks to Nick S. Grechukh. +
+
+ + + +если заголовок ответа был разделён в FastCGI-записях, то nginx передавал +клиенту мусор в таких заголовках. + + +if the FastCGI header was split in records, +then nginx passed garbage in the header to a client. + + + + + +совместимость с Sun Studio на Solaris/amd64 и Solaris/sparc64.
+Спасибо Jiang Hong и Андрею Нигматулину. +
+ +Sun Studio compatibility on Solaris/amd64 and Solaris/sparc64.
+Thanks to Jiang Hong and Andrei Nigmatulin. +
+
+ + + +незначительных потенциальных ошибок.
+Спасибо Coverity's Scan. +
+ +of minor potential bugs.
+Thanks to Coverity's Scan. +
+
+ +
+ + + -при использовании директивы msie_refresh был возможен XSS. - - -the "msie_refresh" directive allowed XSS. +при использовании директивы msie_refresh был возможен XSS.
+Спасибо Максиму Богуку. +
+ +the "msie_refresh" directive allowed XSS.
+Thanks to Maxim Boguk.