comparison docs/xml/nginx/changes.xml @ 1183:1f81c711d2a0 release-0.5.19

nginx-0.5.19-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Apr 2007 06:20:59 +0000
parents 796a6e30ca9d
children 8e8f6082654a
comparison
equal deleted inserted replaced
1182:df449f4a8032 1183:1f81c711d2a0
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.19" date="24.04.2007">
13
14 <change type="change">
15 <para lang="ru">
16 значение переменной $request_time теперь записывается с точностью
17 до миллисекунд.
18 </para>
19 <para lang="en">
20 now the $request_time variable has millisecond precision.
21 </para>
22 </change>
23
24 <change type="change">
25 <para lang="ru">
26 метод $r->rflush в модуле ngx_http_perl_module переименован в $r->flush.
27 </para>
28 <para lang="en">
29 the method $r->rflush of ngx_http_perl_module was renamed to the $r->flush.
30 </para>
31 </change>
32
33 <change type="feature">
34 <para lang="ru">
35 переменная $upstream_addr.
36 </para>
37 <para lang="en">
38 the $upstream_addr variable.
39 </para>
40 </change>
41
42 <change type="feature">
43 <para lang="ru">
44 директивы proxy_headers_hash_max_size и proxy_headers_hash_bucket_size.<br/>
45 Спасибо Володымыру Костырко.
46 </para>
47 <para lang="en">
48 the "proxy_headers_hash_max_size" and "proxy_headers_hash_bucket_size"
49 directives.<br/>
50 Thanks to Volodymyr Kostyrko.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 при использовании sendfile и limit_rate на 64-битных платформах
57 нельзя было передавать файлы больше 2G.
58 </para>
59 <para lang="en">
60 the files more than 2G could not be transferred using sendfile and limit_rate
61 on 64-bit platforms.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 при использовании sendfile на 64-битном Linux нельзя было передавать файлы
68 больше 2G.
69 </para>
70 <para lang="en">
71 the files more than 2G could not be transferred using sendfile on 64-bit Linux.
72 </para>
73 </change>
74
75 </changes>
10 76
11 77
12 <changes ver="0.5.18" date="19.04.2007"> 78 <changes ver="0.5.18" date="19.04.2007">
13 79
14 <change type="feature"> 80 <change type="feature">