diff CHANGES.ru @ 76:da9a3b14312d NGINX_0_1_38

nginx 0.1.38 *) Feature: the "limit_rate" directive is supported in in proxy and FastCGI mode. *) Feature: the "X-Accel-Limit-Rate" response header line is supported in proxy and FastCGI mode. *) Feature: the "break" directive. *) Feature: the "log_not_found" directive. *) Bugfix: the response status code was not changed when request was redirected by the ""X-Accel-Redirect" header line. *) Bugfix: the variables set by the "set" directive could not be used in SSI. *) Bugfix: the segmentation fault may occurred if the SSI page has more than one remote subrequest. *) Bugfix: nginx treated the backend response as invalid if the status line in the header was transferred in two packets; bug appeared in 0.1.29. *) Feature: the "ssi_types" directive. *) Feature: the "autoindex_exact_size" directive. *) Bugfix: the ngx_http_autoindex_module did not support the long file names in UTF-8. *) Feature: the IMAP/POP3 proxy.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Jul 2005 00:00:00 +0400
parents 77969b24f355
children 9db7e0b5b27f
line wrap: on
line diff
--- a/CHANGES.ru
+++ b/CHANGES.ru
@@ -1,3 +1,38 @@
+
+Изменения в nginx 0.1.38                                          08.07.2005
+
+    *) Добавление: директива limit_rate поддерживается в режиме прокси и 
+       FastCGI.
+
+    *) Добавление: в режиме прокси и FastCGI поддерживается строка 
+       заголовка "X-Accel-Limit-Rate" в ответе бэкенда.
+
+    *) Добавление: директива break.
+
+    *) Добавление: директива log_not_found.
+
+    *) Исправление: при перенаправлении запроса с помощью строки заголовка 
+       "X-Accel-Redirect" не изменялся код ответа.
+
+    *) Исправление: переменные, установленные директивой set не могли 
+       использоваться в SSI.
+
+    *) Исправление: при включении в SSI более одного удалённого подзапроса 
+       мог произойти segmentation fault.
+
+    *) Исправление: если статусная строка в ответе бэкенда передавалась в 
+       двух пакетах, то nginx считал ответ неверным; ошибка появилась в 
+       0.1.29.
+
+    *) Добавление: директива ssi_types.
+
+    *) Добавление: директива autoindex_exact_size.
+
+    *) Исправление: модуль ngx_http_autoindex_module не поддерживал длинные 
+       имена файлов в UTF-8.
+
+    *) Добавление: IMAP/POP3 прокси.
+
 
 Изменения в nginx 0.1.37                                          23.06.2005
 
@@ -97,7 +132,7 @@
        регулярных выражений.
 
     *) Добавление: в режиме прокси и FastCGI поддерживается строка 
-       заголовка X-Accel-Redirect в ответе бэкенда.
+       заголовка "X-Accel-Redirect" в ответе бэкенда.
 
 
 Изменения в nginx 0.1.31                                          16.05.2005