From d8b953859a640d52281571ae6dbb1f3295ed0ac0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 22 Sep 2009 14:35:21 +0000 Subject: [PATCH] nginx-0.8.16-RELEASE --- docs/xml/nginx/changes.xml | 98 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 01868a76d..62ccb37fa 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,104 @@ nginx changelog + + + + +директива image_filter_transparency. + + +the "image_filter_transparency" directive. + + + + + +директива "addition_types" была неверно названа "addtion_types". + + +"addition_types" directive was incorrectly named "addtion_types". + + + + + +порчи кэша resolver'а.
+Спасибо Matthew Dempsky. +
+ +resolver cache poisoning.
+Thanks to Matthew Dempsky. +
+
+ + + +утечки памяти в resolver'е.
+Спасибо Matthew Dempsky. +
+ +memory leak in resolver.
+Thanks to Matthew Dempsky. +
+
+ + + +неверная строка запроса в переменной $request записывалась в access_log +только при использовании error_log на уровне info или debug. + + +invalid request line in $request variable was written in access_log +only if error_log was set to "info" or "debug" level. + + + + + +в поддержке альфа-канала PNG в модуле ngx_http_image_filter_module. + + +in PNG alpha-channel support in the ngx_http_image_filter_module. + + + + + +nginx всегда добавлял строку "Vary: Accept-Encoding" в заголовок ответа, +если обе директивы gzip_static и gzip_vary были включены. + + +nginx always added "Vary: Accept-Encoding" response header line, +if both "gzip_static" and "gzip_vary" were on. + + + + + +в поддержке кодировки UTF-8 директивой try_files в nginx/Windows. + + +in UTF-8 encoding support by "try_files" directive in nginx/Windows. + + + + + +ошибки при использовании post_action; +ошибка появилась в 0.8.11.
+Спасибо Игорю Артемьеву. +
+ +in "post_action" directive usage; +the bug had appeared in 0.8.11.
+Thanks to Igor Artemiev. +
+
+ +
+ +