comparison docs/xml/nginx/changes.xml @ 951:38cc7bd8e04f release-0.5.5

nginx-0.5.5-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Dec 2006 18:32:58 +0000
parents 1ab4b4fdda9b
children 6d1fcec2ea79
comparison
equal deleted inserted replaced
950:9581fba9ea12 951:38cc7bd8e04f
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.5.5" date="24.12.2006">
13
14 <change type="change">
15 <para lang="ru">
16 ключ -v больше не выводит информацию о компиляторе.
17 </para>
18 <para lang="en">
19 the -v switch does not show compiler information any more.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 ключ -V.
26 </para>
27 <para lang="en">
28 the -V switch.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директива worker_rlimit_core поддерживает указание размера в K, M и G.
35 </para>
36 <para lang="en">
37 the "worker_rlimit_core" directive supports size in K, M, and G.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 модуль nginx.pm теперь может устанавливаться непривилегированным пользователем.
44 </para>
45 <para lang="en">
46 the nginx.pm module now could be installed by an unprivileged user.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 при использовании методов $r->request_body или $r->request_body_file мог
53 произойти segmentation fault.
54 </para>
55 <para lang="en">
56 a segmentation fault might occur if the $r->request_body or
57 $r->request_body_file methods were used.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 ошибок, специфичных для платформы ppc.
64 </para>
65 <para lang="en">
66 the ppc platform specific bugs.
67 </para>
68 </change>
69
70 </changes>
10 71
11 72
12 <changes ver="0.5.4" date="15.12.2006"> 73 <changes ver="0.5.4" date="15.12.2006">
13 74
14 <change type="feature"> 75 <change type="feature">