comparison docs/xml/nginx/changes.xml @ 3714:4434dc967087 release-0.8.47

nginx-0.8.47-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jul 2010 16:16:48 +0000
parents f034d9173df0
children 0b65c962e0cd
comparison
equal deleted inserted replaced
3713:f0b62d1ac7af 3714:4434dc967087
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 10
11 11
12 <changes ver="0.8.47" date="28.07.2010">
13
14 <change type="bugfix">
15 <para lang="ru">
16 переменная $request_time имела неверные значения для подзапросов.
17 </para>
18 <para lang="en">
19 $request_time variable had invalid values for subrequests.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 ошибки, перехваченные error_page, не кэшировались.
26 </para>
27 <para lang="en">
28 errors intercepted by error_page could be cached.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 если использовался параметр max_size, то cache manager мог зациклиться.
35 ошибка появилась в 0.8.46.
36 </para>
37 <para lang="en">
38 a cache manager process my got caught in an endless loop,
39 if max_size parameter was used;
40 the bug had appeared in 0.8.46.
41 </para>
42 </change>
43
44 </changes>
45
46
12 <changes ver="0.8.46" date="19.07.2010"> 47 <changes ver="0.8.46" date="19.07.2010">
13 48
14 <change type="change"> 49 <change type="change">
15 <para lang="ru"> 50 <para lang="ru">
16 директивы proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache 51 директивы proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache
17 и sсgi_no_cache теперь влияют только на сохранение закэшированного ответа. 52 и scgi_no_cache теперь влияют только на сохранение закэшированного ответа.
18 </para> 53 </para>
19 <para lang="en"> 54 <para lang="en">
20 now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and 55 now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and
21 "sсgi_no_cache" directives affect on a cached response saving only. 56 "scgi_no_cache" directives affect on a cached response saving only.
22 </para> 57 </para>
23 </change> 58 </change>
24 59
25 <change type="feature"> 60 <change type="feature">
26 <para lang="ru"> 61 <para lang="ru">
27 директивы proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass 62 директивы proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass
28 и sсgi_cache_bypass. 63 и scgi_cache_bypass.
29 </para> 64 </para>
30 <para lang="en"> 65 <para lang="en">
31 the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass", 66 the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass",
32 and "sсgi_cache_bypass" directives. 67 and "scgi_cache_bypass" directives.
33 </para> 68 </para>
34 </change> 69 </change>
35 70
36 <change type="bugfix"> 71 <change type="bugfix">
37 <para lang="ru"> 72 <para lang="ru">