summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-19 11:31:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-19 11:31:30 +0000
commit8c7518f1e6cac96ee0136681567b68ba41fffdb4 (patch)
treec6e8120336c4fd2450110612d79a1c2c2037239e
parent47f5f947bce395186782a956b15690b917755d24 (diff)
downloadnginx-8c7518f1e6cac96ee0136681567b68ba41fffdb4.tar.gz
nginx-0.8.46-RELEASErelease-0.8.46
-rw-r--r--docs/xml/nginx/changes.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 116867eab..614fb7f92 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,46 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.46" date="19.07.2010">
+
+<change type="change">
+<para lang="ru">
+директивы proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache
+и sсgi_no_cache теперь влияют только на сохранение закэшированного ответа.
+</para>
+<para lang="en">
+now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and
+"sсgi_no_cache" directives affect on a cached response saving only.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директивы proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass
+и sсgi_cache_bypass.
+</para>
+<para lang="en">
+the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass",
+and "sсgi_cache_bypass" directives.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не освобождал память в keys_zone кэшей в случае ошибки работы с
+бэкендом: память освобождалась только по истечении времени неактивности
+или при недостатке памяти.
+</para>
+<para lang="en">
+nginx did not free memory in cache keys zones if there was an error
+during working with backend: the memory was freed only after inactivity
+time or on memory low condition.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.45" date="13.07.2010">
<change type="feature">