comparison docs/xml/nginx/changes.xml @ 816:e372368dadd7 release-0.4.11

nginx-0.4.11-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Oct 2006 16:29:25 +0000
parents d6f0a00015fd
children fd57967d850d
comparison
equal deleted inserted replaced
815:b630109560b7 816:e372368dadd7
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.4.11" date="25.10.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 POP3 прокси поддерживает AUTH LOIGN PLAIN и CRAM-MD5.
17 </para>
18 <para lang="en">
19 the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 модуль ngx_http_perl_module поддерживает метод $r->allow_ranges.
26 </para>
27 <para lang="en">
28 the ngx_http_perl_module supports the $r->allow_ranges method.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 при включённой поддержке команды APOP в POP3 прокси могли
35 не работать команды USER/PASS;
36 ошибка появилась в 0.4.10.
37 </para>
38 <para lang="en">
39 if the APOP was enabledi in the POP3 proxy, then the USER/PASS commands
40 might not work;
41 bug appeared in 0.4.10.
42 </para>
43 </change>
44
45 </changes>
10 46
11 47
12 <changes ver="0.4.10" date="23.10.2006"> 48 <changes ver="0.4.10" date="23.10.2006">
13 49
14 <change type="feature"> 50 <change type="feature">