comparison docs/xml/nginx/changes.xml @ 577:4d9ea73a627a release-0.3.10

nginx-0.3.10-RELEASE import *) Change: the "valid_referers" directive and the "$invalid_referer" variable were moved to the new ngx_http_referer_module from the ngx_http_rewrite_module. *) Change: the "$apache_bytes_sent" variable name was changed to "$body_bytes_sent". *) Feature: the "$sent_http_..." variables. *) Feature: the "if" directive supports the "=" and "!=" operations. *) Feature: the "proxy_pass" directive supports the HTTPS protocol. *) Feature: the "proxy_set_body" directive. *) Feature: the "post_action" directive. *) Feature: the ngx_http_empty_gif_module. *) Feature: the "worker_cpu_affinity" directive for Linux. *) Bugfix: the "rewrite" directive did not unescape URI part in redirect, now it is unescaped except the %00-%25 and %7F-%FF characters. *) Bugfix: nginx could not be built by the icc 9.0 compiler. *) Bugfix: if the SSI was enabled for zero size static file, then the chunked response was encoded incorrectly.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Nov 2005 13:30:52 +0000
parents fcd6fc7ff7f9
children 4c5c2c55975c
comparison
equal deleted inserted replaced
576:3e0b61c26426 577:4d9ea73a627a
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.3.10" date="15.11.2005">
13
14 <change type="change">
15 <para lang="ru">
16 директива valid_referers и переменная $invalid_referer перенесены
17 из модуля ngx_http_rewrite_module в новый модуль ngx_http_referer_module.
18 </para>
19 <para lang="en">
20 the "valid_referers" directive and the "$invalid_referer" variable
21 was moved to the new ngx_http_referer_module from the ngx_http_rewrite_module.
22 </para>
23 </change>
24
25 <change type="change">
26 <para lang="ru">
27 имя переменной "$apache_bytes_sent" изменено на "$body_bytes_sent".
28 </para>
29 <para lang="en">
30 the "$apache_bytes_sent" variable name was changed to "$body_bytes_sent".
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 переменные "$sent_http_...".
37 </para>
38 <para lang="en">
39 the "$sent_http_..." variables.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 директива if поддерживает операции "=" и "!=".
46 </para>
47 <para lang="en">
48 the "if" directive supports the "=" and "!=" operations.
49 </para>
50 </change>
51
52 <change type="feature">
53 <para lang="ru">
54 директива proxy_pass поддерживает протокол HTTPS.
55 </para>
56 <para lang="en">
57 the "proxy_set_body" directive supports the HTTPS protocol.
58 </para>
59 </change>
60
61 <change type="feature">
62 <para lang="ru">
63 директива proxy_set_body.
64 </para>
65 <para lang="en">
66 the "proxy_set_body" directive.
67 </para>
68 </change>
69
70 <change type="feature">
71 <para lang="ru">
72 директива post_action.
73 </para>
74 <para lang="en">
75 the "post_action" directive.
76 </para>
77 </change>
78
79 <change type="feature">
80 <para lang="ru">
81 модуль ngx_http_empty_gif_module.
82 </para>
83 <para lang="en">
84 the ngx_http_empty_gif_module.
85 </para>
86 </change>
87
88 <change type="feature">
89 <para lang="ru">
90 директива worker_cpu_affinity для Linux.
91 </para>
92 <para lang="en">
93 the "worker_cpu_affinity" directive for Linux.
94 </para>
95 </change>
96
97 <change type="bugfix">
98 <para lang="ru">
99 директива rewrite не раскодировала символы в редиректах в URI,
100 теперь символы раскодируются, кроме символов %00-%25 и %7F-%FF.
101 </para>
102 <para lang="en">
103 the "rewrite" directive did not unescape URI part in redirect,
104 now it is unescaped except the %00-%25 and %7F-%FF characters.
105 </para>
106 </change>
107
108 <change type="bugfix">
109 <para lang="ru">
110 nginx не собирался компилятором icc 9.0.
111 </para>
112 <para lang="en">
113 nginx could not be built by the icc 9.0 compiler.
114 </para>
115 </change>
116
117 <change type="bugfix">
118 <para lang="ru">
119 если для статического файла нулевого размера был разрешён SSI,
120 то ответ передавался неверно при кодировании chunk'ами.
121 </para>
122 <para lang="en">
123 if the SSI was enabled for zero size static file, then the chunked
124 response was encoded incorrectly.
125 </para>
126 </change>
127
128 </changes>
10 129
11 130
12 <changes ver="0.3.9" date="10.11.2005"> 131 <changes ver="0.3.9" date="10.11.2005">
13 132
14 <change type="bugfix"> 133 <change type="bugfix">
83 <para lang="ru"> 202 <para lang="ru">
84 модуль ngx_http_realip_module. 203 модуль ngx_http_realip_module.
85 </para> 204 </para>
86 <para lang="en"> 205 <para lang="en">
87 the ngx_http_realip_module. 206 the ngx_http_realip_module.
88 directives.
89 </para> 207 </para>
90 </change> 208 </change>
91 209
92 <change type="feature"> 210 <change type="feature">
93 <para lang="ru"> 211 <para lang="ru">