comparison docs/xml/nginx/changes.xml @ 2884:0c22cb4862c8 release-0.7.59

nginx-0.7.59-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 10:00:08 +0000
parents 87f4a49a9cc3
children 82d56c2425ef 868a381304dc
comparison
equal deleted inserted replaced
2883:d0cba58e5bfa 2884:0c22cb4862c8
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.7.59" date="25.05.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 директивы proxy_cache_methods и fastcgi_cache_methods.
17 </para>
18 <para lang="en">
19 the "proxy_cache_methods" and "fastcgi_cache_methods" directives.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 утечки сокетов;
26 ошибка появилась в 0.7.25.<br/>
27 Спасибо Максиму Дунину.
28 </para>
29 <para lang="en">
30 socket leak;
31 the bug had appeared in 0.7.25.<br/>
32 Thanks to Maxim Dounin.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 при использовании переменной $request_body
39 в рабочем процессе происходил segmentation fault,
40 если в запросе не было тела;
41 ошибка появилась в 0.7.58.
42 </para>
43 <para lang="en">
44 a segmentation fault occurred in worker process,
45 <nobr>if a request</nobr> had no body and the $request_body
46 variable was used;<br/>
47 the bug had appeared in 0.7.58.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 SSL-модули могли не собираться на Solaris и Linux;
54 ошибка появилась в 0.7.56.
55 </para>
56 <para lang="en">
57 the SSL modules might not built on Solaris and Linux;<br/>
58 the bug had appeared in 0.7.58.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 ответы модуля ngx_http_xslt_filter_module не обрабатывались
65 SSI-, charset- и gzip-фильтрами.
66 </para>
67 <para lang="en">
68 ngx_http_xslt_filter_module responses were not handled by SSI, charset,
69 and gzip filters.
70 </para>
71 </change>
72
73 <change type="bugfix">
74 <para lang="ru">
75 директива charset не ставила кодировку для ответов модуля
76 ngx_http_gzip_static_module.
77 </para>
78 <para lang="en">
79 a "charset" directive did not set a charset to ngx_http_gzip_static_module
80 responses.
81 </para>
82 </change>
83
84 </changes>
10 85
11 86
12 <changes ver="0.7.58" date="18.05.2009"> 87 <changes ver="0.7.58" date="18.05.2009">
13 88
14 <change type="feature"> 89 <change type="feature">
81 при перенаправлении ошибок модуля ngx_http_image_filter_module 156 при перенаправлении ошибок модуля ngx_http_image_filter_module
82 в именованный location в рабочем процессе происходил floating-point fault; 157 в именованный location в рабочем процессе происходил floating-point fault;
83 ошибка появилась в 0.7.56. 158 ошибка появилась в 0.7.56.
84 </para> 159 </para>
85 <para lang="en"> 160 <para lang="en">
86 a segmentation fault occurred in worker process, 161 a floating-point fault occurred in worker process,
87 if the ngx_http_image_filter_module errors were redirected to named location; 162 if the ngx_http_image_filter_module errors were redirected to named location;
88 the bug had appeared in 0.7.56. 163 the bug had appeared in 0.7.56.
89 </para> 164 </para>
90 </change> 165 </change>
91 166
4416 </para> 4491 </para>
4417 </change> 4492 </change>
4418 4493
4419 <change type="bugfix"> 4494 <change type="bugfix">
4420 <para lang="ru"> 4495 <para lang="ru">
4421 утечка сокетов; 4496 утечки сокетов;
4422 ошибка появилась в 0.6.7. 4497 ошибка появилась в 0.6.7.
4423 </para> 4498 </para>
4424 <para lang="en"> 4499 <para lang="en">
4425 socket leak; 4500 socket leak;
4426 the bug had appeared in 0.6.7. 4501 the bug had appeared in 0.6.7.