# HG changeset patch # User Igor Sysoev # Date 1267635609 0 # Node ID 21cb50799a20575a42f9733342d37a426f79db4d # Parent 7f7f5805c11c45c9da7678ff2cd6800d2b47e631 nginx-0.8.34-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,11 +9,122 @@ nginx changelog + + + + +nginx не поддерживал все шифры, используемые в клиентских сертификатах.
+Спасибо Иннокентию Еникееву. +
+ +nginx did not support all ciphers and digests used in client certificates.
+Thanks to Innocenty Enikeew. +
+
+ + + +nginx неправильно кэшировал FastCGI-ответы, если перед ответом было +много вывода в stderr. + + +nginx cached incorrectly FastCGI responses if there was large stderr output +before response. + + + + + +nginx не поддерживал HTTPS-рефереры. + + +nginx did not support HTTPS referrers. + + + + + +nginx/Windows мог не находить файлы, если путь в конфигурации был задан +в другом регистре; +ошибка появилась в 0.8.34. + + +nginx/Windows might not find file if path in configuration was given +in other character case; +the bug had appeared in 0.8.34. + + + + + +переменная $date_local выдавала неверное время, +если использовался формат "%s".
+Спасибо Максиму Дунину. +
+ +the $date_local variable has an incorrect value, +if the "%s" format was used.
+Thanks to Maxim Dounin. +
+
+ + + +если ssl_session_cache не был установлен или установлен в none, +то при проверке клиентского сертификаты могла происходить +ошибка "session id context uninitialized"; +ошибка появилась в 0.7.1. + + +if ssl_session_cache was not set or was set to "none", +then during client certificate verify +the error "session id context uninitialized" might occur; +the bug had appeared in 0.7.1. + + + + + +geo-диапазон возвращал значение по умолчанию, если диапазон включал +в себя одну и более сетей размером /16 и не начинался на границе сети +размером /16. + + +a geo range returned default value if the range included two or more +/16 networks and did not begin at /16 network boundary. + + + + + +блок, используемый в параметре stub в SSI-директиве include, +выводился с MIME-типом "text/plain". + + +a block used in a "stub" parameter of an "include" SSI directive +was output with "text/plain" MIME type. + + + + + +$r->sleep() не работал; +ошибка появилась в 0.8.11. + + +$r->sleep() did not work; +the bug had appeared in 0.8.11. + + + +
+ + -теперь nginx/Windows игнорирует пробелы в конце URI.
+теперь nginx/Windows игнорирует пробелы в конце URI.
Спасибо Dan Crowley, Core Security Technologies.
@@ -24,7 +135,7 @@ Thanks to Dan Crowley, Core Security Tec -теперь nginx/Windows игнорирует короткие имена файлов.
+теперь nginx/Windows игнорирует короткие имена файлов.
Спасибо Dan Crowley, Core Security Technologies.
@@ -35,22 +146,24 @@ Thanks to Dan Crowley, Core Security Tec -теперь keepalive соединения после запросов POST не запрещаются для MSIE 7.0+. +теперь keepalive соединения после запросов POST не запрещаются для +MSIE 7.0+.
Спасибо Adam Lounds.
-now keepalive connections after POST requests are not disabled for MSIE 7.0+. +now keepalive connections after POST requests are not disabled for +MSIE 7.0+.
Thanks to Adam Lounds.
-теперь keepalive соединения запрещены для Safari. +теперь keepalive соединения запрещены для Safari.
Спасибо Joshua Sierles.
-now keepalive connections are disabled for Safari. +now keepalive connections are disabled for Safari.
Thanks to Joshua Sierles.
@@ -143,7 +256,7 @@ Thanks to Julian Reich.
if the "expires modified" set date in the past, then a negative number -was set in the "Cache-Control" response header line.
+was set in the "Cache-Control" response header line.
Thanks to Alex Kapranoff.