summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-02-01 18:22:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-02-01 18:22:15 +0000
commit9e58019dc287493e02543d614c975cc14295a71e (patch)
tree328bccfba6e86794eafc546a7cb7ec8aff007b7f /docs/xml/nginx
parente8038c0d1a044f2046d5f7adeb1586d17a5bd81a (diff)
downloadnginx-9e58019dc287493e02543d614c975cc14295a71e.tar.gz
nginx-9e58019dc287493e02543d614c975cc14295a71e.tar.bz2
nginx-0.3.24-RELEASE importrelease-0.3.24
*) 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.
Diffstat (limited to 'docs/xml/nginx')
-rw-r--r--docs/xml/nginx/changes.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 72eb87951..7ef4dbf97 100644
--- 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">