comparison docs/xml/nginx/changes.xml @ 1175:796a6e30ca9d release-0.5.18

nginx-0.5.18-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Apr 2007 18:16:53 +0000
parents d1ffcf84ea12
children 1f81c711d2a0
comparison
equal deleted inserted replaced
1174:6be5ee17d80b 1175:796a6e30ca9d
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.18" date="19.04.2007">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_sub_filter_module.
17 </para>
18 <para lang="en">
19 the ngx_http_sub_filter_module.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 переменные "$upstream_http_...".
26 </para>
27 <para lang="en">
28 the "$upstream_http_..." variables.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 теперь переменные $upstream_status и $upstream_response_time
35 содержат данные о всех обращениях к апстримам, сделанным до X-Accel-Redirect.
36 </para>
37 <para lang="en">
38 now the $upstream_status and $upstream_response_time variables
39 keep data about all upstreams before X-Accel-Redirect.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 если nginx был собран с модулем ngx_http_perl_module и perl
46 не поддерживал multiplicity, то после первой переконфигурации
47 и после получения любого сигнала
48 в основном процессе происходил segmentation fault;
49 ошибка появилась в 0.5.9.
50 </para>
51 <para lang="en">
52 a segmentation fault occurred in master process
53 after first reconfiguration and receiving any signal
54 if nginx was built with ngx_http_perl_module and perl
55 did not support multiplicity;
56 bug appeared in 0.5.9.
57 </para>
58 </change>
59
60 <change type="bugfix">
61 <para lang="ru">
62 если perl не поддерживал multiplicity, то после переконфигурации
63 перловый код не работал;
64 ошибка появилась в 0.3.38.
65 </para>
66 <para lang="en">
67 if perl did not support multiplicity, then after reconfiguration
68 perl code did not work;
69 bug appeared in 0.3.38.
70 </para>
71 </change>
72
73 </changes>
10 74
11 75
12 <changes ver="0.5.17" date="02.04.2007"> 76 <changes ver="0.5.17" date="02.04.2007">
13 77
14 <change type="change"> 78 <change type="change">