From d43bee8ee939992404d59ae0fec248ce46abecb0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 20 Nov 2004 19:52:20 +0000 Subject: nginx-0.1.8-RELEASE import *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive. --- docs/xml/nginx/changes.xml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index a8257bf93..43fda8804 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -6,18 +6,50 @@ title="nginx"> + + + + +ошибка в модуле ngx_http_autoindex_module при показе длинных имён файлов. + + +in the ngx_http_autoindex_module if the long file names were in the listing. + + + + + +модификатор "^~" в директиве location. + + +the "^~" modifier in the location directive. + + + + + +директива proxy_max_temp_file_size. + + +the proxy_max_temp_file_size directive. + + + + + + при использовании sendfile, если передаваемый файл менялся, то мог произойти segmentation fault на FreeBSD; -ошибка появилась в 0.1.2. +ошибка появилась в 0.1.5. on FreeBSD the segmentation fault may occure if the size of the transferred file was changed; -bug appeared in 0.1.2. +bug appeared in 0.1.5. -- cgit