comparison docs/xml/nginx/changes.xml @ 2829:a1e44954549c release-0.7.56

nginx-0.7.56-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 May 2009 13:42:26 +0000
parents 3ed9377e686f
children fbb1918a85e3
comparison
equal deleted inserted replaced
2828:f5c80c69a72e 2829:a1e44954549c
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 10
11 11
12 <changes ver="0.7.56" date="11.05.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 nginx/Windows поддерживает IPv6 в директиве listen модуля HTTP.
17 </para>
18 <para lang="en">
19 nginx/Windows supports IPv6 in a "listen" directive of the HTTP module.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 в модуле ngx_http_image_filter_module.
26 </para>
27 <para lang="en">
28 in ngx_http_image_filter_module.
29 </para>
30 </change>
31
32 </changes>
33
34
12 <changes ver="0.7.55" date="06.05.2009"> 35 <changes ver="0.7.55" date="06.05.2009">
13 36
14 <change type="bugfix"> 37 <change type="bugfix">
15 <para lang="ru"> 38 <para lang="ru">
16 параметры http_XXX в директиве proxy_cache_use_stale 39 параметры http_XXX в директиве proxy_cache_use_stale
32 </change> 55 </change>
33 56
34 <change type="bugfix"> 57 <change type="bugfix">
35 <para lang="ru"> 58 <para lang="ru">
36 ошибки "select() failed (9: Bad file descriptor)" в nginx/Unix 59 ошибки "select() failed (9: Bad file descriptor)" в nginx/Unix
37 и "select() failed (10022: ...)" в nginx/Windows. 60 и "select() failed (10038: ...)" в nginx/Windows.
38 </para> 61 </para>
39 <para lang="en"> 62 <para lang="en">
40 of "select() failed (9: Bad file descriptor)" error in nginx/Unix 63 of "select() failed (9: Bad file descriptor)" error in nginx/Unix
41 and "select() failed (10022: ...)" error in nginx/Windows. 64 and "select() failed (10038: ...)" error in nginx/Windows.
42 </para> 65 </para>
43 </change> 66 </change>
44 67
45 <change type="bugfix"> 68 <change type="bugfix">
46 <para lang="ru"> 69 <para lang="ru">