comparison docs/xml/nginx/changes.xml @ 3701:f034d9173df0 release-0.8.46

nginx-0.8.46-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Jul 2010 11:31:30 +0000
parents e16dd52a0d22
children 4434dc967087
comparison
equal deleted inserted replaced
3700:e40453e6931b 3701:f034d9173df0
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.46" date="19.07.2010">
13
14 <change type="change">
15 <para lang="ru">
16 директивы proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache
17 и sсgi_no_cache теперь влияют только на сохранение закэшированного ответа.
18 </para>
19 <para lang="en">
20 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.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 директивы proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass
28 и sсgi_cache_bypass.
29 </para>
30 <para lang="en">
31 the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass",
32 and "sсgi_cache_bypass" directives.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 nginx не освобождал память в keys_zone кэшей в случае ошибки работы с
39 бэкендом: память освобождалась только по истечении времени неактивности
40 или при недостатке памяти.
41 </para>
42 <para lang="en">
43 nginx did not free memory in cache keys zones if there was an error
44 during working with backend: the memory was freed only after inactivity
45 time or on memory low condition.
46 </para>
47 </change>
48
49 </changes>
10 50
11 51
12 <changes ver="0.8.45" date="13.07.2010"> 52 <changes ver="0.8.45" date="13.07.2010">
13 53
14 <change type="feature"> 54 <change type="feature">