diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-09-02 14:59:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-09-02 14:59:18 +0000 |
commit | e004c37afeff882de2c519295c3e338256dffa8b (patch) | |
tree | fbfdf46fddb06854ecf9ce409b40a88308426ba8 | |
parent | 94e9aaa8adb3405599f8591f721dd9eb9f58834a (diff) | |
download | nginx-release-0.8.50.tar.gz nginx-release-0.8.50.zip |
nginx-0.8.50-RELEASErelease-0.8.50
-rw-r--r-- | docs/xml/nginx/changes.xml | 64 |
1 files changed, 63 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index dedda6300..854d047fd 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,68 @@ <title lang="en">nginx changelog</title> +<changes ver="0.8.50" date="02.09.2010"> + +<change type="feature"> +<para lang="ru"> +директивы secure_link, secure_link_md5 и secure_link_expires +модуля ngx_http_secure_link_module. +</para> +<para lang="en"> +the "secure_link", "secure_link_md5", and "secure_link_expires" directives of +the ngx_http_secure_link_module. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ключ -q.<br/> +Спасибо Геннадию Махомеду. +</para> +<para lang="en"> +the -q switch.<br/> +Thanks to Gena Makhomed. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании кэширования рабочие процессы и могли зациклиться +во время переконфигурации; +ошибка появилась в 0.8.48. +</para> +<para lang="en"> +worker processes may got caught in an endless loop during reconfiguration, +if a caching was used; +the bug had appeared in 0.8.48. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в директиве gzip_disable.<br/> +Спасибо Derrick Petzold. +</para> +<para lang="en"> +in the "gzip_disable" directive.<br/> +Thanks to Derrick Petzold. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx/Windows не мог посылать сигналы stop, quit, reopen, reload процессу, +запущенному в другой сессии. +</para> +<para lang="en"> +nginx/Windows could not send stop, quit, reopen, and reload signals +to a process run in other session. +</para> +</change> + +</changes> + + <changes ver="0.8.49" date="09.08.2010"> <change type="feature"> @@ -170,7 +232,7 @@ errors intercepted by error_page could not be cached. ошибка появилась в 0.8.46. </para> <para lang="en"> -a cache manager process my got caught in an endless loop, +a cache manager process may got caught in an endless loop, if max_size parameter was used; the bug had appeared in 0.8.46. </para> |