comparison docs/xml/nginx/changes.xml @ 2271:fc10f7b5cb13 release-0.7.18

nginx-0.7.18-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Oct 2008 13:18:28 +0000
parents 91d7a9eb8ade
children 9dba9779e37e
comparison
equal deleted inserted replaced
2270:e274c8e5d49c 2271:fc10f7b5cb13
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.18" date="13.10.2008">
13
14 <change type="change">
15 <para lang="ru">
16 директива underscores_in_headers;
17 теперь nginx по умолчанию не разрешает подчёркивания в именах строк
18 в заголовке запроса клиента.
19 </para>
20 <para lang="en">
21 the "underscores_in_headers" directive;
22 now nginx does not allows underscores in a client request header line names.
23 </para>
24 </change>
25
26 <change type="feature">
27 <para lang="ru">
28 модуль ngx_http_secure_link_module.
29 </para>
30 <para lang="en">
31 the ngx_http_secure_link_module.
32 </para>
33 </change>
34
35 <change type="feature">
36 <para lang="ru">
37 директива real_ip_header поддерживает любой заголовок.
38 </para>
39 <para lang="en">
40 the "real_ip_header" directive supports any header.
41 </para>
42 </change>
43
44 <change type="feature">
45 <para lang="ru">
46 директива log_subrequest.
47 </para>
48 <para lang="en">
49 the "log_subrequest" directive.
50 </para>
51 </change>
52
53 <change type="feature">
54 <para lang="ru">
55 переменная $realpath_root.
56 </para>
57 <para lang="en">
58 the $realpath_root variable.
59 </para>
60 </change>
61
62 <change type="feature">
63 <para lang="ru">
64 параметры http_502 и http_504 в директиве proxy_next_upstream.
65 </para>
66 <para lang="en">
67 the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 параметр http_503 в директивах proxy_next_upstream или fastcgi_next_upstream
74 не работал.
75 </para>
76 <para lang="en">
77 the "http_503" parameter of the "proxy_next_upstream" or
78 "fastcgi_next_upstream" directives did not work.
79 </para>
80 </change>
81
82 <change type="bugfix">
83 <para lang="ru">
84 nginx мог выдавать строку "Transfer-Encoding: chunked" для запросов HEAD.
85 </para>
86 <para lang="en">
87 nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests.
88 </para>
89 </change>
90
91 <change type="bugfix">
92 <para lang="ru">
93 теперь accept-лимит зависит от числа worker_connections.
94 </para>
95 <para lang="en">
96 now accept threshold depends on worker_connections.
97 </para>
98 </change>
99
100 </changes>
10 101
11 102
12 <changes ver="0.7.17" date="15.09.2008"> 103 <changes ver="0.7.17" date="15.09.2008">
13 104
14 <change type="feature"> 105 <change type="feature">