comparison CHANGES.ru @ 230:38e7b94d63ac NGINX_0_4_0

nginx 0.4.0 *) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; bug appeared in 0.1.29.
author Igor Sysoev <http://sysoev.ru>
date Wed, 30 Aug 2006 00:00:00 +0400
parents 9eebc1b2cdbb
children d8f5c91a5c07
comparison
equal deleted inserted replaced
229:1965c8e23be7 230:38e7b94d63ac
1
2 Изменения в nginx 0.4.0 30.08.2006
3
4 *) Изменение во внутреннем API: инициализация модулей HTTP перенесена
5 из фазы init module в фазу HTTP postconfiguration.
6
7 *) Изменение: теперь тело запроса в модуле ngx_http_perl_module не
8 считывается заранее: нужно явно инициировать чтение с помощью метода
9 $r->has_request_body.
10
11 *) Добавление: модуль ngx_http_perl_module поддерживает код возврата
12 DECLINED.
13
14 *) Добавление: модуль ngx_http_dav_module поддерживает входящую строку
15 заголовка "Date" для метода PUT.
16
17 *) Добавление: директива ssi работает внутри блока if.
18
19 *) Исправление: происходил segmentation fault, если в директиве index
20 использовалась переменные и при этом первое имя индексного файла
21 было без переменных; ошибка появилась в 0.1.29.
22
1 23
2 Изменения в nginx 0.3.61 28.08.2006 24 Изменения в nginx 0.3.61 28.08.2006
25
26 *) Изменение: директива tcp_nodelay теперь по умолчанию включена.
3 27
4 *) Добавление: директива msie_refresh. 28 *) Добавление: директива msie_refresh.
5 29
6 *) Добавление: директива recursive_error_pages. 30 *) Добавление: директива recursive_error_pages.
7 31