Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/nginx/changes.xml')
-rw-r--r--docs/xml/nginx/changes.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 93cfaecdc..b04aa93fa 100644
--- 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">