# HG changeset patch # User Igor Sysoev # Date 1270136651 0 # Node ID 7cb3cb8d78ef7ae63561733ed91fd07933896bc8 # Parent 92378c49456d3c50b6b2663fc87a70f09e9ea8bf nginx-0.8.35-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,6 +9,106 @@ nginx changelog + + + + +теперь charset-фильтр работает до SSI-фильтра. + + +now the charset filter runs before the SSI filter. + + + + + +директива chunked_transfer_encoding. + + +the "chunked_transfer_encoding" directive. + + + + + +символ "&" при копировании в аргументы в правилах rewrite не экранировался. + + +an "&" character was not escaped when it was copied in arguments part +in a rewrite rule. + + + + + +nginx мог завершаться аварийно во время обработки сигнала или +при использовании директивы timer_resolution на платформах, +не поддерживающих методы kqueue или eventport.
+Спасибо George Xie и Максиму Дунину. +
+ +nginx might be terminated abnormally +while a signal processing or if the directive "timer_resolution" was used +on platforms which do not support kqueue or eventport notification methods.
+Thanks to George Xie and Maxim Dounin. +
+
+ + + +если временные файлы и постоянное место хранения располагались на разных +файловых системах, то у постоянных файлов время изменения было неверным.
+Спасибо Максиму Дунину. +
+ +if temporary files and permanent storage area resided at different +file systems, then permanent file modification times were incorrect.
+Thanks to Maxim Dounin. +
+
+ + + +модуль ngx_http_memcached_module мог выдавать ошибку "memcached sent invalid +trailer".
+Спасибо Максиму Дунину. +
+ +ngx_http_memcached_module might issue the error message "memcached sent invalid +trailer".
+Thanks to Maxim Dounin. +
+
+ + + +nginx не мог собрать библиотеку zlib-1.2.4 из исходных текстов.
+Спасибо Максиму Дунину. +
+ +nginx could not built zlib-1.2.4 library using the library sources.
+Thanks to Maxim Dounin. +
+
+ + + +в рабочем процессе происходил segmentation fault, +если перед ответом FastCGI-сервера было много вывода в stderr; +ошибка появилась в 0.8.34.
+Спасибо Максиму Дунину. +
+ +a segmentation fault occurred in a worker process, +if there was large stderr output before FastCGI response; +the bug had appeared in 0.8.34.
+Thanks to Maxim Dounin. +
+
+ +
+ + @@ -46,12 +146,12 @@ nginx did not support HTTPS referrers. nginx/Windows мог не находить файлы, если путь в конфигурации был задан в другом регистре; -ошибка появилась в 0.8.34. +ошибка появилась в 0.8.33. nginx/Windows might not find file if path in configuration was given in other character case; -the bug had appeared in 0.8.34. +the bug had appeared in 0.8.33. @@ -6282,7 +6382,7 @@ Thanks to Andrei Nigmatulin. -ngx_http_memcached_module не устанавливал upstream_response_time.
+ngx_http_memcached_module не устанавливал $upstream_response_time.
Спасибо Максиму Дунину.