changeset 3528:fa5f1ca353c0 release-0.8.38

nginx-0.8.38-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 May 2010 12:47:49 +0000
parents 84905c7b2aa7
children bae4844f60d0
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 48 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,53 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.8.38" date="24.05.2010">
+
+<change type="feature">
+<para lang="ru">
+директивы proxy_no_cache и fastcgi_no_cache.
+</para>
+<para lang="en">
+the "proxy_no_cache" and "fastcgi_no_cache" directives.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+теперь при использовании переменной $scheme в директиве rewrite
+автоматически делается редирект.<br/>
+Спасибо Piotr Sikora.
+</para>
+<para lang="en">
+now the "rewrite" directive does a redirect automatically
+if the $scheme variable is used.<br/>
+Thanks to Piotr Sikora.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+теперь задержки в директиве limit_req соответствует описанному алгоритму.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+now "limit_req" delay directive conforms to the described algorithm.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+переменную $uid_got нельзя было использовать в SSI и перловом модулях.
+</para>
+<para lang="en">
+the $uid_got variable might not be used in the SSI and perl modules.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.8.37" date="17.05.2010">
 
 <change type="feature">
@@ -1309,7 +1356,7 @@ the "limit_req_log_level" and "limit_con
 
 <change type="bugfix">
 <para lang="ru">
-Теперь директива limit_req соответствует алгоритму leaky bucket.<br/>
+теперь директива limit_req соответствует алгоритму leaky bucket.<br/>
 Спасибо Максиму Дунину.
 </para>
 <para lang="en">