diff docs/xml/nginx/changes.xml @ 613:c73c5c58c619 release-0.3.28

nginx-0.3.28-RELEASE import *) Feature: the "restrict_host_names" directive was canceled. *) Feature: the --with-cpu-opt=ppc64 configuration parameter. *) Bugfix: on some condition the proxied connection with a client was terminated prematurely. Thanks to Vladimir Shutoff. *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into account if the request was redirected using the "X-Accel-Redirect" header line. *) Bugfix: the "post_action" directive ran only after a successful completion of a request. *) Bugfix: the proxied response body generated by the "post_action" directive was transferred to a client.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Feb 2006 15:26:46 +0000
parents 3f8a2132b93d
children 5ef026a2ac74
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,73 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.3.28" date="16.02.2006">
+
+<change type="feature">
+<para lang="ru">
+директива restrict_host_names упразднена.
+</para>
+<para lang="en">
+the "restrict_host_names" directive is canceled.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+параметр конфигурации --with-cpu-opt=ppc64.
+</para>
+<para lang="en">
+the --with-cpu-opt=ppc64 configuration parameter.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при некоторых условиях проксированное соединение с клиентом завершалось
+преждевременно.
+Спасибо Владимиру Шутову.
+</para>
+<para lang="en">
+on some condition the proxied connection with a client was terminated
+prematurely.
+Thanks to Vladimir Shutoff.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+строка заголовка "X-Accel-Limit-Rate" не учитывалась для запросов,
+перенаправленных с помощью строки "X-Accel-Redirect".
+</para>
+<para lang="en">
+the "X-Accel-Limit-Rate" header line was not taken into account
+if the request was redirected using the "X-Accel-Redirect" header line.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива post_action работала только после успешного завершения запроса.
+</para>
+<para lang="en">
+the "post_action" directive ran only after a successful completion of a request.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+тело проксированного ответа, создаваемого директивой post_action,
+передавалось клиенту.
+</para>
+<para lang="en">
+the proxied response body generated by the "post_action" directive
+was transferred to a client.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.3.27" date="08.02.2006">
 
 <change type="change">