comparison 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
comparison
equal deleted inserted replaced
604:f4a6e8f250a8 605:5dac8c7fb71b
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.3.24" date="01.02.2006">
13
14 <change type="workaround">
15 <para lang="ru">
16 обход ошибки в kqueue во FreeBSD.
17 </para>
18 <para lang="en">
19 for bug in FreeBSD kqueue.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 ответ, создаваемый директивой post_action, теперь не передаётся клиенту.
26 </para>
27 <para lang="en">
28 now a response generated by the "post_action" directive is not transferred
29 to a client.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 при использовании большого количества лог-файлов происходила утечка памяти.
36 </para>
37 <para lang="en">
38 the memory leaks were occuring if many log files were used.
39 </para>
40 </change>
41
42 <change type="bugfix">
43 <para lang="ru">
44 внтури одного location работала только первая директива proxy_redirect.
45 </para>
46 <para lang="en">
47 the first "proxy_redirect" directive was working inside one location.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 на 64-битных платформах при старте мог произойти segmentation fault,
54 если использовалось большое количиство имён в директивах server_name;
55 ошибка появилась в 0.3.18.
56 </para>
57 <para lang="en">
58 on 64-bit platforms segmentation fault may occurred on start
59 if the many names were used in the "server_name" directives;
60 bug appeared in 0.3.18.
61 </para>
62 </change>
63
64 </changes>
10 65
11 66
12 <changes ver="0.3.23" date="24.01.2006"> 67 <changes ver="0.3.23" date="24.01.2006">
13 68
14 <change type="feature"> 69 <change type="feature">