comparison docs/xml/nginx/changes.xml @ 569:174f1e853e1e release-0.3.6

nginx-0.3.6-RELEASE import *) Change: now the IMAP/POP3 proxy do not send the empty login to authorization server. *) Feature: the "log_format" supports the variables in the $name form. *) Bugfix: if at least in one server was no the "listen" directive, then nginx did not listen on the 80 port; the bug had appeared in 0.3.3. *) Bugfix: if the URI part is omitted in "proxy_pass" directive, the the 80 port was always used.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Oct 2005 15:09:41 +0000
parents 1af2fcb3be8a
children 458b6c3fea65
comparison
equal deleted inserted replaced
568:91e400506e99 569:174f1e853e1e
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.6" date="24.10.2005">
13
14 <change type="change">
15 <para lang="ru">
16 IMAP/POP3 прокси теперь не передаёт серверу авторизации пустой логин.
17 </para>
18 <para lang="en">
19 now the IMAP/POP3 proxy do not send the empty login to authorization server.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива log_format поддерживает переменные в виде $name.
26 </para>
27 <para lang="en">
28 the "log_format" supports the variables in the $name form.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 если хотя бы в одном сервере не было описано ни одной директивы listen, то
35 nginx не слушал на 80 порту;
36 ошибка появилась в 0.3.3.
37 </para>
38 <para lang="en">
39 if at least in one server was no the "listen" directive, then nginx did not
40 listen on the 80 port;
41 bug appeared in 0.3.3.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 если в директиве proxy_pass отсутствовал URI, то всегда использовался порт 80.
48 </para>
49 <para lang="en">
50 if the URI part is omitted in "proxy_pass" directive, the the 80 port was
51 always used.
52 </para>
53 </change>
54
55 </changes>
10 56
11 57
12 <changes ver="0.3.5" date="21.10.2005"> 58 <changes ver="0.3.5" date="21.10.2005">
13 59
14 <change type="bugfix"> 60 <change type="bugfix">
447 493
448 <changes ver="0.2.2" date="30.09.2005"> 494 <changes ver="0.2.2" date="30.09.2005">
449 495
450 <change type="feature"> 496 <change type="feature">
451 <para lang="ru"> 497 <para lang="ru">
452 команда config errmsg в модуле ngx_http_sssi_module. 498 команда config errmsg в модуле ngx_http_ssi_module.
453 </para> 499 </para>
454 <para lang="en"> 500 <para lang="en">
455 the "config errmsg" command of the ngx_http_ssi_module. 501 the "config errmsg" command of the ngx_http_ssi_module.
456 </para> 502 </para>
457 </change> 503 </change>