comparison docs/xml/nginx/changes.xml @ 2790:01c6fe6c2a55 release-0.7.54

nginx-0.7.54-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Fri, 01 May 2009 18:52:58 +0000
parents b073eaa1dcea
children 3ed9377e686f
comparison
equal deleted inserted replaced
2789:45553c93dbc9 2790:01c6fe6c2a55
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.54" date="01.05.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_image_filter_module.
17 </para>
18 <para lang="en">
19 the ngx_http_image_filter_module.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директивы proxy_ignore_headers и fastcgi_ignore_headers.
26 </para>
27 <para lang="en">
28 the "proxy_ignore_headers" and "fastcgi_ignore_headers" directives.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 при использовании переменных "open_file_cache_errors on"
35 в рабочем процессе мог произойти segmentation fault;
36 ошибка появилась в 0.7.53.
37 </para>
38 <para lang="en">
39 a segmentation fault might occur in worker process,
40 if an "open_file_cache_errors off" directive was used;
41 the bug had appeared in 0.7.53.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 директива "port_in_redirect off" не работала;
48 ошибка появилась в 0.7.39.
49 </para>
50 <para lang="en">
51 the "port_in_redirect off" directive did not work;
52 the bug had appeared in 0.7.39.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 улучшение обработки ошибок метода select.
59 </para>
60 <para lang="en">
61 improve handling of "select" method errors.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 ошибки "select() failed (10022: ...)" в nginx/Windows.
68 </para>
69 <para lang="en">
70 of "select() failed (10022: ...)" error in nginx/Windows.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 в текстовых сообщениях об ошибках в nginx/Windows;
77 ошибка появилась в 0.7.53.
78 </para>
79 <para lang="en">
80 in error text descriptions in nginx/Windows;
81 the bug had appeared in 0.7.53.
82 </para>
83 </change>
84
85 </changes>
10 86
11 87
12 <changes ver="0.7.53" date="27.04.2009"> 88 <changes ver="0.7.53" date="27.04.2009">
13 89
14 <change type="change"> 90 <change type="change">