comparison docs/xml/nginx/changes.xml @ 663:6d5c1535bb9d release-0.3.53

nginx-0.3.53-RELEASE import *) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive in the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the message "access forbidden by rule" was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Jul 2006 16:33:19 +0000
parents 9079ee4735ae
children 5fd7a5e99047
comparison
equal deleted inserted replaced
662:4c15f63afe65 663:6d5c1535bb9d
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.3.53" date="07.07.2006">
13
14 <change type="change">
15 <para lang="ru">
16 директива add_header добавляет строки в ответы с кодом 204, 301 и 302.
17 </para>
18 <para lang="en">
19 the "add_header" directive adds the string to 204, 301, and 302 responses.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива server в блоке upstream поддерживает параметр weight.
26 </para>
27 <para lang="en">
28 the "server" directive if the "upstream" context supports
29 the "weight" parameter.
30 </para>
31 </change>
32
33 <change type="feature">
34 <para lang="ru">
35 директива server_name поддерживает маску "*".
36 </para>
37 <para lang="en">
38 the "server_name" directive supports the "*" wildcard.
39 </para>
40 </change>
41
42 <change type="feature">
43 <para lang="ru">
44 nginx поддерживает тело запроса больше 2G.
45 </para>
46 <para lang="en">
47 nginx supports the request body size more than 2G.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 если при использовании "satisfy_any on" клиент успешно проходил аутентификацию,
54 в лог всё равно записалоcь сообщение "access forbidden by rule".
55 </para>
56 <para lang="en">
57 if a client was successfully authorized using "satisfy_any on", then anyway
58 the "access forbidden by rule" message was written in the log.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 метод PUT мог ошибочно не создать файл и вернуть код 409.
65 </para>
66 <para lang="en">
67 the "PUT" method may erroneously not create a file and return the 409 code.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 если во время аутентификации IMAP/POP3 бэкенд возвращал ошибку, nginx
74 продолжал проксирование.
75 </para>
76 <para lang="en">
77 if the IMAP/POP3 backend returned an error, then nginx continued proxying
78 anyway.
79 </para>
80 </change>
81
82 </changes>
10 83
11 84
12 <changes ver="0.3.52" date="03.07.2006"> 85 <changes ver="0.3.52" date="03.07.2006">
13 86
14 <change type="change"> 87 <change type="change">
4508 если запрос пришёл без строки заголовка "Host", то директива 4581 если запрос пришёл без строки заголовка "Host", то директива
4509 proxy_preserve_host устанавливает в качестве этого заголовка первое имя 4582 proxy_preserve_host устанавливает в качестве этого заголовка первое имя
4510 сервера из директивы server_name. 4583 сервера из директивы server_name.
4511 </para> 4584 </para>
4512 <para lang="en"> 4585 <para lang="en">
4513 if the request has no the "Host" header line, then the proxy_preserve_host 4586 if the request has no the "Host" header line, then the "proxy_preserve_host"
4514 directive set this header line to the first server name of the server_name 4587 directive set this header line to the first server name of the "server_name"
4515 directive. 4588 directive.
4516 </para> 4589 </para>
4517 </change> 4590 </change>
4518 4591
4519 <change type="bugfix"> 4592 <change type="bugfix">
5171 <change type="bugfix"> 5244 <change type="bugfix">
5172 <para lang="ru"> 5245 <para lang="ru">
5173 имена *.domain.tld в директиве server_name не работали. 5246 имена *.domain.tld в директиве server_name не работали.
5174 </para> 5247 </para>
5175 <para lang="en"> 5248 <para lang="en">
5176 the *.domain.tld names in the server_name directive did not work. 5249 the *.domain.tld names in the "server_name" directive did not work.
5177 </para> 5250 </para>
5178 </change> 5251 </change>
5179 5252
5180 <change type="bugfix"> 5253 <change type="bugfix">
5181 <para lang="ru"> 5254 <para lang="ru">