From 9b64e76f9fee42156e4cbfd3fea85d253c312d5f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 11 Nov 2009 14:53:17 +0000 Subject: nginx-0.8.24-RELEASE --- docs/xml/nginx/changes.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 92287b3c7..6f7553329 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,11 +9,58 @@ nginx changelog + + + + +nginx всегда добавлял строку "Content-Encoding: gzip" в заголовок +304-ых ответов модуля ngx_http_gzip_static_module. + + +nginx always added "Content-Encoding: gzip" response header line +in 304 responses sent by ngx_http_gzip_static_module. + + + + + +nginx не собирался без параметра --with-debug; +ошибка появилась в 0.8.23. + + +nginx could not be built without the --with-debug option; +the bug had appeared in 0.8.23. + + + + + +параметр "unix:" в директиве set_real_ip_from неправильно наследовался +с предыдущего уровня. + + +the "unix:" parameter of the "set_real_ip_from" directive inherited +incorrectly from previous level. + + + + + +в resolver'е при определении пустого имени. + + +in resolving empty name. + + + + + + -теперь SSL/TLS renegotiation запрещено.
+теперь SSL/TLS renegotiation запрещён.
Спасибо Максиму Дунину.
-- cgit