From e004c37afeff882de2c519295c3e338256dffa8b Mon Sep 17 00:00:00 2001 From: Igor Sysoev <igor@sysoev.ru> Date: Thu, 2 Sep 2010 14:59:18 +0000 Subject: [PATCH] nginx-0.8.50-RELEASE --- docs/xml/nginx/changes.xml | 64 +++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) 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>