From 1e96ab519a03602c07f825f688830b7ff246412b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Jul 2007 07:57:08 +0000 Subject: nginx-0.6.5-RELEASE --- docs/xml/nginx/changes.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 2 deletions(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 4168905ab..90ea5ef07 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,14 +9,85 @@ nginx changelog + + + + +переменная $nginx_version.
+Спасибо Николаю Гречуху. +
+ +$nginx_version variable.
+Thanks to Nick S. Grechukh. +
+
+ + + +почтовый прокси-сервер поддерживает AUTHENTICATE в режиме IMAP.
+Спасибо Максиму Дунину. +
+ +the mail proxy supports AUTHENTICATE in IMAP mode.
+Thanks to Maxim Dounin. +
+
+ + + +почтовый прокси-сервер поддерживает STARTTLS в режиме SMTP.
+Спасибо Максиму Дунину. +
+ +the mail proxy supports STARTTLS in SMTP mode.
+Thanks to Maxim Dounin. +
+
+ + + +теперь nginx экранирует пробел в переменной $memcached_key. + + +now nginx escapes space in $memcached_key variable. + + + + + +nginx неправильно собирался Sun Studio на Solaris/amd64.
+Спасибо Jiang Hong. +
+ +nginx was incorrectly built by Sun Studio on Solaris/amd64.
+Thanks to Jiang Hong. +
+
+ + + +незначительных потенциальных ошибок.
+Спасибо 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.
-- cgit