# HG changeset patch # User Igor Sysoev # Date 1253630121 0 # Node ID 52163a1027c3efd6b4c461b60a2ca6266c23e193 # Parent cbb1add4a6fee62f922d9193acd4c7a7a7136d68 nginx-0.8.16-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- 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. +
+
+ +
+ +