# HG changeset patch # User Igor Sysoev # Date 1185177428 0 # Node ID 80de622646b0059fd4c553eff47c391bf7503b89 # Parent 07ebeeb55700561f778d8720af61ecd4c0f4d7c4 nginx-0.6.5-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,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. - - -the "msie_refresh" directive allowed XSS. +при использовании директивы msie_refresh был возможен XSS.
+Спасибо Максиму Богуку. +
+ +the "msie_refresh" directive allowed XSS.
+Thanks to Maxim Boguk.