comparison docs/xml/nginx/changes.xml @ 467:bbd6b0b4a2b1 release-0.1.8

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.
author Igor Sysoev <igor@sysoev.ru>
date Sat, 20 Nov 2004 19:52:20 +0000
parents 5aecc125bc33
children 2ff194b74f1e
comparison
equal deleted inserted replaced
466:ee6d66462bff 467:bbd6b0b4a2b1
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 8
9 <changes ver="0.1.8" date="20.11.2004">
10
11 <change type="bugfix">
12 <para lang="ru">
13 ошибка в модуле ngx_http_autoindex_module при показе длинных имён файлов.
14 </para>
15 <para lang="en">
16 in the ngx_http_autoindex_module if the long file names were in the listing.
17 </para>
18 </change>
19
20 <change type="feature">
21 <para lang="ru">
22 модификатор "^~" в директиве location.
23 </para>
24 <para lang="en">
25 the "^~" modifier in the location directive.
26 </para>
27 </change>
28
29 <change type="feature">
30 <para lang="ru">
31 директива proxy_max_temp_file_size.
32 </para>
33 <para lang="en">
34 the proxy_max_temp_file_size directive.
35 </para>
36 </change>
37
38 </changes>
39
40
9 <changes ver="0.1.7" date="12.11.2004"> 41 <changes ver="0.1.7" date="12.11.2004">
10 42
11 <change type="bugfix"> 43 <change type="bugfix">
12 <para lang="ru"> 44 <para lang="ru">
13 при использовании sendfile, если передаваемый файл менялся, то мог 45 при использовании sendfile, если передаваемый файл менялся, то мог
14 произойти segmentation fault на FreeBSD; 46 произойти segmentation fault на FreeBSD;
15 ошибка появилась в 0.1.2. 47 ошибка появилась в 0.1.5.
16 </para> 48 </para>
17 <para lang="en"> 49 <para lang="en">
18 on FreeBSD the segmentation fault may occure if the size of the transferred 50 on FreeBSD the segmentation fault may occure if the size of the transferred
19 file was changed; 51 file was changed;
20 bug appeared in 0.1.2. 52 bug appeared in 0.1.5.
21 </para> 53 </para>
22 </change> 54 </change>
23 55
24 </changes> 56 </changes>
25 57