# HG changeset patch # User Igor Sysoev # Date 1161609927 0 # Node ID d6f0a00015fdef861fd67fb583b9690638650656 # Parent 887d8dec72dc2dd9a1bfe28b778b3529f82216dd nginx-0.4.10-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,64 @@ nginx changelog + + + + +IMAP/POP3 прокси поддерживает APOP. + + +the IMAP/POP3 proxy supports the APOP command. + + + + + +при использовании методов select, poll и /dev/poll во время ожидания +ответа от сервера аутентификации IMAP/POP3 прокси нагружал процессор. + + +if the select, poll or /dev/poll methods were used, then while +waiting authentication server response the IMAP/POP3 proxy hogged CPU. + + + + + +при использовании переменной $server_addr в директиве map мог +произойти segmentation fault. + + +a segmentation fault might occur if the $server_addr variable was used +in the "map" directive. + + + + + +модуль ngx_http_flv_module не поддерживал byte ranges для полных ответов; +ошибка появилась в 0.4.7. + + +the ngx_http_flv_module did not support the byte ranges for full responses; +bug appeared in 0.4.7. + + + + + +nginx не собирался на Debian amd64; +ошибка появилась в 0.4.9. + + +nginx could not be built on Debian amd64; +bug appeared in 0.4.9. + + + + + + @@ -1016,7 +1074,7 @@ and FastCGI mode. -символ "\" в парах "\"" и "\'" в SSI командах убирался, только если +символ "\" в парах "\"" и "\'" в SSI командах убирался, только если также использовался символ "$". @@ -2171,7 +2229,7 @@ to a client. -при использовании большого количества лог-файлов происходила утечка памяти. +при использовании большого количества лог-файлов происходила утечка памяти. the memory leaks were occurring if many log files were used. @@ -4160,7 +4218,7 @@ bug appeared in 0.1.38. -обработка ошибки инициализации в crypt_r() в Linux glibc. +обработка ошибки инициализации в crypt_r() в Linux glibc. the Linux glibc crypt_r() initialization bug. @@ -5104,7 +5162,7 @@ nginx could not be built on MacOS X. при проксировании больших файлов nginx сильно нагружал процессор. -nginx hogs CPU while proxing the huge files. +nginx hogs CPU while proxying the huge files. @@ -5463,7 +5521,7 @@ of the response header if the no respons the ngx_http_stub_status_module showed incorrect handled connections -statistics if the proxing or FastCGI server were used. +statistics if the proxying or FastCGI server were used. @@ -5774,7 +5832,7 @@ the system error message was not logged если ответ передавался chunk'ами, то при запросе HEAD выдавался -завершающий chunk. +завершающий chunk. if the response were transferred by chunks, then on the HEAD request @@ -6676,7 +6734,7 @@ the setproctitle() emulation for Linux a ошибка при переписывании заголовка "Location" при проксировании. -the "Location" header rewrite bug fixed while the proxing. +the "Location" header rewrite bug fixed while the proxying. @@ -6704,7 +6762,7 @@ the /dev/poll module bugs fixed. the responses were corrupted when the temporary files were used -while the proxing. +while the proxying.