From 13c68741f29943d0ba45f7c9d5a5c4251d5f16f6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 10 Mar 2006 12:51:52 +0000 Subject: nginx-0.3.31-RELEASE import *) Change: now nginx passes the malformed proxied backend responses. *) Feature: the "listen" directives support the address in the "*:port" form. *) Feature: the EVFILER_TIMER support in MacOSX 10.4. *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug. Thanks to Andrei Nigmatulin. *) Bugfix: if there were several "listen" directives listening one various addresses inside one server, then server names like "*.domain.tld" worked for first address only; the bug had appeared in 0.3.18. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive and the request body was in temporarily file then the request was not transferred. *) Bugfix: perl 5.8.8 compatibility. --- docs/xml/nginx/changes.xml | 86 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 3 deletions(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 08ca5a041..61c603410 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,84 @@ nginx changelog + + + + +теперь nginx передаёт неверные ответы проксированного бэкенда. + + +now nginx passes the malformed proxied backend responses. + + + + + +директивы listen поддерживают адрес в виде "*:порт". + + +the "listen" directives support the address in the "*:port" form. + + + + + +поддержка EVFILER_TIMER в MacOSX 10.4. + + +the EVFILER_TIMER support in MacOSX 10.4. + + + + + +обход ошибки обработки миллисекундных таймаутов kqueue в 64-битном ядре MacOSX. +Спасибо Андрею Нигматулину. + + +for MacOSX 64-bit kernel kqueue millisecond timeout bug. +Thanks Andrei Nigmatulin. + + + + + +если внутри одного сервера описаны несколько директив listen, слушающих на +разных адресах, то имена серверов вида "*.domain.tld" работали только +для первого адреса; +ошибка появилась в 0.3.18. + + +if there were several "listen" directives listening one various addresses +inside one server, then server names like "*.domain.tld" worked for first +address only; +bug appeared in 0.3.18. + + + + + +при использовании протокола HTTPS в директиве proxy_pass не передавались +запросы с телом, записанным во временный файл. + + +if the HTTP protocol was used in the "proxy_pass" directive and +the request body was in temporarily file then the request was not transferred. + + + + + +совместимость с perl 5.8.8. + + +perl 5.8.8 compatibility. + + + + + + @@ -32,10 +110,12 @@ the ngx_http_ssi_filter_module. -nginx не собирался на i386 платформе, если использовался PIC. +nginx не собирался на i386 платформе, если использовался PIC; +ошибка появилась в 0.3.27. -nginx could not be built on i386 platform, if the PIC was used. +nginx could not be built on i386 platform, if the PIC was used; +bug appeared in 0.3.27. @@ -225,7 +305,7 @@ directive. if the HTTP protocol was used in the "proxy_pass" directive then -the requests with the body did not transferred. +the requests with the body was not transferred. -- cgit