comparison docs/xml/nginx/changes.xml @ 457:ded1284520cc release-0.1.3

nginx-0.1.3-RELEASE import *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Oct 2004 15:29:23 +0000
parents 295d97d70c69
children 0491b909ef76
comparison
equal deleted inserted replaced
456:911c05435a02 457:ded1284520cc
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.2" date="21.10.2004"> 9 <changes ver="0.1.3" date="25.10.2004">
10 10
11 <change type="feature"> 11 <change type="feature">
12 <para lang="ru"> 12 <para lang="ru">
13 параметры --user=USER, --group=GROUP и --with-ld-opt=OPTIONS в configure. 13 модуль ngx_http_autoindex_module и директива autoindex.
14 </para> 14 </para>
15 <para lang="en"> 15 <para lang="en">
16 the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. 16 the ngx_http_autoindex_module and the autoindex directive.
17 </para> 17 </para>
18 </change> 18 </change>
19 19
20 <change type="feature"> 20 <change type="feature">
21 <para lang="ru"> 21 <para lang="ru">
22 директива server_name поддерживает *.domain.tld. 22 директива proxy_set_x_url.
23 </para> 23 </para>
24 <para lang="en"> 24 <para lang="en">
25 the server_name directive supports *.domain.tld. 25 the proxy_set_x_url directive.
26 </para>
27 </change>
28
29 <change type="bugfix">
30 <para lang="ru">
31 улучшена переносимость на неизвестные платформы.
32 </para>
33 <para lang="en">
34 the portability improvements.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 нельзя переконфигурировать nginx, если конфигурационный файл указан
41 в командной строке,
42 ошибка появилась в 0.1.1.
43 </para>
44 <para lang="en">
45 if configuration file was set in command line, the reconfiguration
46 was impossible,
47 bug appeared in 0.1.1.
48 </para> 26 </para>
49 </change> 27 </change>
50 28
51 <change type="bugfix"> 29 <change type="bugfix">
52 <para lang="ru"> 30 <para lang="ru">
56 <para lang="en"> 34 <para lang="en">
57 proxy module may get caught in an endless loop when sendfile is not used. 35 proxy module may get caught in an endless loop when sendfile is not used.
58 </para> 36 </para>
59 </change> 37 </change>
60 38
39 </changes>
40
41 <changes ver="0.1.2" date="21.10.2004">
42
43 <change type="feature">
44 <para lang="ru">
45 параметры --user=USER, --group=GROUP и --with-ld-opt=OPTIONS в configure.
46 </para>
47 <para lang="en">
48 the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure.
49 </para>
50 </change>
51
52 <change type="feature">
53 <para lang="ru">
54 директива server_name поддерживает *.domain.tld.
55 </para>
56 <para lang="en">
57 the server_name directive supports *.domain.tld.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 улучшена переносимость на неизвестные платформы.
64 </para>
65 <para lang="en">
66 the portability improvements.
67 </para>
68 </change>
69
70 <change type="bugfix">
71 <para lang="ru">
72 нельзя переконфигурировать nginx, если конфигурационный файл указан
73 в командной строке;
74 ошибка появилась в 0.1.1.
75 </para>
76 <para lang="en">
77 if configuration file was set in command line, the reconfiguration
78 was impossible;
79 bug appeared in 0.1.1.
80 </para>
81 </change>
82
83 <change type="bugfix">
84 <para lang="ru">
85 модуль проксировании мог привести к зацикливанию, если не использовался
86 sendfile.
87 </para>
88 <para lang="en">
89 proxy module may get caught in an endless loop when sendfile is not used.
90 </para>
91 </change>
92
61 <change type="bugfix"> 93 <change type="bugfix">
62 <para lang="ru"> 94 <para lang="ru">
63 при использовании sendfile текст ответа не перекодировался 95 при использовании sendfile текст ответа не перекодировался
64 согласно директивам модуля charset, 96 согласно директивам модуля charset;
65 ошибка появилась в 0.1.1. 97 ошибка появилась в 0.1.1.
66 </para> 98 </para>
67 <para lang="en"> 99 <para lang="en">
68 with sendfile the response was not recoded according to the charset 100 with sendfile the response was not recoded according to the charset
69 module directives, 101 module directives;
70 bug appeared in 0.1.1. 102 bug appeared in 0.1.1.
71 </para> 103 </para>
72 </change> 104 </change>
73 105
74 <change type="bugfix"> 106 <change type="bugfix">