From 969f51c3c86d2e76f49886a684a233c079a617d5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Jul 2007 07:58:59 +0000 Subject: [PATCH] nginx-0.5.29-RELEASE --- docs/xml/nginx/changes.xml | 57 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 3 deletions(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 667e5f04f..e5722f17a 100644 --- 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. +при использовании директивы msie_refresh был возможен XSS.
+Спасибо Максиму Богуку.
-the "msie_refresh" directive allowed XSS. +the "msie_refresh" directive allowed XSS.
+Thanks to Maxim Boguk.