comparison docs/xml/nginx/changes.xml @ 3528:fa5f1ca353c0 release-0.8.38

nginx-0.8.38-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 May 2010 12:47:49 +0000
parents 265b7fd2ae21
children af10bf9d4c65
comparison
equal deleted inserted replaced
3527:84905c7b2aa7 3528:fa5f1ca353c0
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.8.38" date="24.05.2010">
13
14 <change type="feature">
15 <para lang="ru">
16 директивы proxy_no_cache и fastcgi_no_cache.
17 </para>
18 <para lang="en">
19 the "proxy_no_cache" and "fastcgi_no_cache" directives.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 теперь при использовании переменной $scheme в директиве rewrite
26 автоматически делается редирект.<br/>
27 Спасибо Piotr Sikora.
28 </para>
29 <para lang="en">
30 now the "rewrite" directive does a redirect automatically
31 if the $scheme variable is used.<br/>
32 Thanks to Piotr Sikora.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 теперь задержки в директиве limit_req соответствует описанному алгоритму.<br/>
39 Спасибо Максиму Дунину.
40 </para>
41 <para lang="en">
42 now "limit_req" delay directive conforms to the described algorithm.<br/>
43 Thanks to Maxim Dounin.
44 </para>
45 </change>
46
47 <change type="bugfix">
48 <para lang="ru">
49 переменную $uid_got нельзя было использовать в SSI и перловом модулях.
50 </para>
51 <para lang="en">
52 the $uid_got variable might not be used in the SSI and perl modules.
53 </para>
54 </change>
55
56 </changes>
10 57
11 58
12 <changes ver="0.8.37" date="17.05.2010"> 59 <changes ver="0.8.37" date="17.05.2010">
13 60
14 <change type="feature"> 61 <change type="feature">
1307 </para> 1354 </para>
1308 </change> 1355 </change>
1309 1356
1310 <change type="bugfix"> 1357 <change type="bugfix">
1311 <para lang="ru"> 1358 <para lang="ru">
1312 Теперь директива limit_req соответствует алгоритму leaky bucket.<br/> 1359 теперь директива limit_req соответствует алгоритму leaky bucket.<br/>
1313 Спасибо Максиму Дунину. 1360 Спасибо Максиму Дунину.
1314 </para> 1361 </para>
1315 <para lang="en"> 1362 <para lang="en">
1316 now "limit_req" directive conforms to the leaky bucket algorithm.<br/> 1363 now "limit_req" directive conforms to the leaky bucket algorithm.<br/>
1317 Thanks to Maxim Dounin. 1364 Thanks to Maxim Dounin.