diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-05-24 12:47:49 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-05-24 12:47:49 +0000 |
commit | bb6569a479e9532f194a5767d44f48be5e4c95c5 (patch) | |
tree | cc42a8c47c667196854ae40018ebd8879271f01e | |
parent | de0b1d6f12e67e543627d8da4aa0aac739f143af (diff) | |
download | nginx-release-0.8.38.tar.gz nginx-release-0.8.38.zip |
nginx-0.8.38-RELEASErelease-0.8.38
-rw-r--r-- | docs/xml/nginx/changes.xml | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index b58688b51..62306846e 100644 --- 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_conn_log_level" directives. <change type="bugfix"> <para lang="ru"> -Теперь директива limit_req соответствует алгоритму leaky bucket.<br/> +теперь директива limit_req соответствует алгоритму leaky bucket.<br/> Спасибо Максиму Дунину. </para> <para lang="en"> |