# HG changeset patch # User Igor Sysoev # Date 1283439558 0 # Node ID e7bdb8edc1bab2bc352a9fb6ce765c46575c35bf # Parent 7224d008faaf57e36aa9802ac29c09f9bb0a7966 nginx-0.8.50-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,68 @@ nginx changelog + + + + +директивы secure_link, secure_link_md5 и secure_link_expires +модуля ngx_http_secure_link_module. + + +the "secure_link", "secure_link_md5", and "secure_link_expires" directives of +the ngx_http_secure_link_module. + + + + + +ключ -q.
+Спасибо Геннадию Махомеду. +
+ +the -q switch.
+Thanks to Gena Makhomed. +
+
+ + + +при использовании кэширования рабочие процессы и могли зациклиться +во время переконфигурации; +ошибка появилась в 0.8.48. + + +worker processes may got caught in an endless loop during reconfiguration, +if a caching was used; +the bug had appeared in 0.8.48. + + + + + +в директиве gzip_disable.
+Спасибо Derrick Petzold. +
+ +in the "gzip_disable" directive.
+Thanks to Derrick Petzold. +
+
+ + + +nginx/Windows не мог посылать сигналы stop, quit, reopen, reload процессу, +запущенному в другой сессии. + + +nginx/Windows could not send stop, quit, reopen, and reload signals +to a process run in other session. + + + +
+ + @@ -170,7 +232,7 @@ errors intercepted by error_page could n ошибка появилась в 0.8.46. -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.