diff 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
line wrap: on
line diff
--- a/CHANGES.ru
+++ b/CHANGES.ru
@@ -1,6 +1,30 @@
 
+Изменения в nginx 0.4.0                                           30.08.2006
+
+    *) Изменение во внутреннем API: инициализация модулей HTTP перенесена 
+       из фазы init module в фазу HTTP postconfiguration.
+
+    *) Изменение: теперь тело запроса в модуле ngx_http_perl_module не 
+       считывается заранее: нужно явно инициировать чтение с помощью метода 
+       $r->has_request_body.
+
+    *) Добавление: модуль ngx_http_perl_module поддерживает код возврата 
+       DECLINED.
+
+    *) Добавление: модуль ngx_http_dav_module поддерживает входящую строку 
+       заголовка "Date" для метода PUT.
+
+    *) Добавление: директива ssi работает внутри блока if.
+
+    *) Исправление: происходил segmentation fault, если в директиве index 
+       использовалась переменные и при этом первое имя индексного файла 
+       было без переменных; ошибка появилась в 0.1.29.
+
+
 Изменения в nginx 0.3.61                                          28.08.2006
 
+    *) Изменение: директива tcp_nodelay теперь по умолчанию включена.
+
     *) Добавление: директива msie_refresh.
 
     *) Добавление: директива recursive_error_pages.