diff docs/xml/nginx/changes.xml @ 605:5dac8c7fb71b release-0.3.24

nginx-0.3.24-RELEASE import *) Workaround: for bug in FreeBSD kqueue. *) Bugfix: now a response generated by the "post_action" directive is not transferred to a client. *) Bugfix: the memory leaks were occurring if many log files were used. *) Bugfix: the first "proxy_redirect" directive was working inside one location. *) Bugfix: on 64-bit platforms segmentation fault may occurred on start if the many names were used in the "server_name" directives; the bug had appeared in 0.3.18.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Feb 2006 18:22:15 +0000
parents 858700ae46b4
children 77cdfe394a94
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,61 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.3.24" date="01.02.2006">
+
+<change type="workaround">
+<para lang="ru">
+обход ошибки в kqueue во FreeBSD.
+</para>
+<para lang="en">
+for bug in FreeBSD kqueue.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ответ, создаваемый директивой post_action, теперь не передаётся клиенту.
+</para>
+<para lang="en">
+now a response generated by the "post_action" directive is not transferred
+to a client.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании большого количества лог-файлов происходила утечка памяти. 
+</para>
+<para lang="en">
+the memory leaks were occuring if many log files were used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+внтури одного location работала только первая директива proxy_redirect.
+</para>
+<para lang="en">
+the first "proxy_redirect" directive was working inside one location.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+на 64-битных платформах при старте мог произойти segmentation fault,
+если использовалось большое количиство имён в директивах server_name;
+ошибка появилась в 0.3.18.
+</para>
+<para lang="en">
+on 64-bit platforms segmentation fault may occurred on start
+if the many names were used in the "server_name" directives;
+bug appeared in 0.3.18.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.3.23" date="24.01.2006">
 
 <change type="feature">