# HG changeset patch # User Igor Sysoev # Date 1279022376 0 # Node ID e16dd52a0d226c23dcae9a11252564a04753bbed # Parent 3fef0312aec89a2feba36fc976e4fc8e82078a9b nginx-0.8.45-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,45 @@ nginx changelog + + + + +улучшения в модуле ngx_http_xslt_filter.
+Спасибо Laurence Rowe. +
+ +ngx_http_xslt_filter improvements.
+Thanks to Laurence Rowe. +
+
+ + + +ответ SSI модуля мог передаваться не полностью после команды include +с параметром wait="yes"; +ошибка появилась в 0.7.25.
+Спасибо Максиму Дунину. +
+ +SSI response might be truncated after include with wait="yes"; +the bug had appeared in 0.7.25.
+Thanks to Maxim Dounin. +
+
+ + + +директива listen не поддерживала параметр setfib=0. + + +the "listen" directive did not support the "setfib=0" parameter. + + + +
+ + @@ -28,8 +67,7 @@ if they have a "Set-Cookie" header line. Спасибо Андрею Филонову. -the "listen" directive supports the "setfib" parameter. -
+the "listen" directive supports the "setfib" parameter.
Thanks to Andrew Filonov.
@@ -67,7 +105,7 @@ nginx считал большие пакеты SSLv2 как обычные текстовые запросы.
Спасибо Miroslaw Jaworski. -nginx treated a large SSLv2 packets as plain requests.
+nginx treated large SSLv2 packets as plain requests.
Thanks to Miroslaw Jaworski.