comparison docs/xml/nginx/changes.xml @ 539:371c1cee100d release-0.1.44

nginx-0.1.44-RELEASE import *) Feature: the IMAP/POP3 proxy supports SSL. *) Feature: the "proxy_timeout" directive of the ngx_imap_proxy_module. *) Feature: the "userid_mark" directive. *) Feature: the $remote_user variable value is determined independently of authorization use.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 06 Sep 2005 16:09:32 +0000
parents c9ad0d9c7d59
children b09ee85d0ac8
comparison
equal deleted inserted replaced
538:4f43cd2c4558 539:371c1cee100d
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.1.44" date="06.09.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 IMAP/POP3 прокси поддерживает SSL.
17 </para>
18 <para lang="en">
19 the IMAP/POP3 proxy supports SSL.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива proxy_timeout.
26 </para>
27 <para lang="en">
28 the "proxy_timeout" directive.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директива userid_mark.
35 </para>
36 <para lang="en">
37 the "userid_mark" directive.
38 </para>
39 </change>
40
41 <change type="feature">
42 <para lang="ru">
43 значение переменной $remote_user определяется независимо от того,
44 используется ли авторизация или нет.
45 </para>
46 <para lang="en">
47 the $remote_user variable value is determined independently of
48 authorization use.
49 </para>
50 </change>
51
52 </changes>
10 53
11 54
12 <changes ver="0.1.43" date="30.08.2005"> 55 <changes ver="0.1.43" date="30.08.2005">
13 56
14 <change type="feature"> 57 <change type="feature">