comparison docs/xml/nginx/changes.xml @ 1659:60707ebc0370 release-0.6.18

nginx-0.6.18-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 27 Nov 2007 16:20:11 +0000
parents d8fcca555542
children 3c2a99d3a71a
comparison
equal deleted inserted replaced
1658:13f8dec720b5 1659:60707ebc0370
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.6.18" date="27.11.2007">
13
14 <change type="change">
15 <para lang="ru">
16 теперь модуль ngx_http_userid_module в поле куки с номером процесса
17 добавляет микросекунды на время старта.
18 </para>
19 <para lang="en">
20 now the ngx_http_userid_module adds start time microseconds
21 to the cookie field contains a pid value.
22 </para>
23 </change>
24
25 <change type="change">
26 <para lang="ru">
27 в error_log теперь записывается полная строка запроса вместо только URI.
28 </para>
29 <para lang="en">
30 now the full request line instead of URI only is written to error_log.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директива proxy_pass поддерживает переменные.
37 </para>
38 <para lang="en">
39 variables support in the "proxy_pass" directive.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 директива resolver и resolver_timeout.
46 </para>
47 <para lang="en">
48 the "resolver" and "resolver_timeout" directives.
49 </para>
50 </change>
51
52 <change type="feature">
53 <para lang="ru">
54 теперь директива "add_header last-modified ''" удаляет в заголовке ответа
55 строку "Last-Modified".
56 </para>
57 <para lang="en">
58 now the directive "add_header last-modified ''" deletes a "Last-Modified"
59 response header line.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 директива limit_rate не позволяла передавать на полной скорости,
66 даже если был указан очень большой лимит.
67 </para>
68 <para lang="en">
69 the "limit_rate" directive did not allow to use full throughput,
70 even if limit value was very high.
71 </para>
72 </change>
73
74 </changes>
10 75
11 76
12 <changes ver="0.6.17" date="15.11.2007"> 77 <changes ver="0.6.17" date="15.11.2007">
13 78
14 <change type="feature"> 79 <change type="feature">