comparison docs/xml/nginx/changes.xml @ 998:6d1fcec2ea79 release-0.5.6

nginx-0.5.6-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Jan 2007 17:08:42 +0000
parents 38cc7bd8e04f
children aed8a9de6245
comparison
equal deleted inserted replaced
997:5900ec20604a 998:6d1fcec2ea79
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.5.6" date="09.01.2007">
13
14 <change type="change">
15 <para lang="ru">
16 теперь модуль ngx_http_index_module игнорирует все методы,
17 кроме GET, HEAD и POST.
18 </para>
19 <para lang="en">
20 now the ngx_http_index_module ignores all methods except the GET, HEAD, and
21 POST methods.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 модуль ngx_http_limit_zone_module.
28 </para>
29 <para lang="en">
30 the ngx_http_limit_zone_module.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 переменная $binary_remote_addr.
37 </para>
38 <para lang="en">
39 the $binary_remote_addr variable.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 директивы ssl_session_cache модулей ngx_http_ssl_module и ngx_imap_ssl_module.
46 </para>
47 <para lang="en">
48 the "ssl_session_cache" directives
49 of the ngx_http_ssl_module and ngx_imap_ssl_module.
50 </para>
51 </change>
52
53 <change type="feature">
54 <para lang="ru">
55 метод DELETE поддерживает рекурсивное удаление.
56 </para>
57 <para lang="en">
58 the DELETE method supports recursive removal.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 при использовании $r->sendfile() byte-ranges передавались неверно.
65 </para>
66 <para lang="en">
67 the byte-ranges were transferred incorrectly if the $r->sendfile() was used.
68 </para>
69 </change>
70
71 </changes>
10 72
11 73
12 <changes ver="0.5.5" date="24.12.2006"> 74 <changes ver="0.5.5" date="24.12.2006">
13 75
14 <change type="change"> 76 <change type="change">