]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.8.46-RELEASE release-0.8.46
authorIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jul 2010 11:31:30 +0000 (11:31 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 19 Jul 2010 11:31:30 +0000 (11:31 +0000)
docs/xml/nginx/changes.xml

index 116867eab7be10cf1d19d2686b817e552db8e1d5..614fb7f92920870653e70e9c73a2a3daf0a51830 100644 (file)
@@ -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">