nginx-0.8.46-RELEASE

This commit is contained in:
Igor Sysoev 2010-07-19 11:31:30 +00:00
parent 47f5f947bc
commit 8c7518f1e6

View 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">