comparison docs/xml/nginx/changes.xml @ 487:31ff3e943e16 release-0.1.18

nginx-0.1.18-RELEASE import *) Workaround: the default values of the devpoll_events and the devpoll_changes directives changed from 512 to 32 to be compatible with Solaris 10. *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not inherited. *) Bugfix: in the redirect rewrite directive the arguments were concatenated with URI by the "&" rather than the "?". *) Bugfix: the lines without trailing ";" in the file being included by the ngx_http_geo_module were silently ignored. *) Feature: the ngx_http_stub_status_module. *) Bugfix: the unknown log format in the access_log directive caused the segmentation fault. *) Feature: the new "document_root" parameter of the fastcgi_params directive. *) Feature: the fastcgi_redirect_errors directive. *) Feature: the new "break" modifier of the "rewrite" directive allows to stop the rewrite/location cycle and sets the current configuration to the request.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 09 Feb 2005 14:31:07 +0000
parents 4ebe09b07e30
children 45a460f82aec
comparison
equal deleted inserted replaced
486:d4ddc4c6f97c 487:31ff3e943e16
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 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.1.18" date="09.02.2005">
13
14 <change type="workaround">
15 <para lang="ru">
16 для совместимости с Solaris 10 в директивах devpoll_events и devpoll_changes
17 значения по умолчанию уменьшены с 512 до 32.
18 </para>
19 <para lang="en">
20 the default values of the devpoll_events and the devpoll_changes directives
21 changed from 512 to 32 to be compatible with Solaris 10.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 директивы proxy_set_x_var и fastcgi_set_var не наследовались.
28 </para>
29 <para lang="en">
30 the proxy_set_x_var and fastcgi_set_var directives were not inherited.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 в директиве rewrite, возвращающей редирект, аргументы присоединялись
37 к URI через символ "&amp;" вместо "?".
38 </para>
39 <para lang="en">
40 in the redirect rewrite directive the arguments were concatenated with URI
41 by the "&amp;" rather than the "?".
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 строки для модуля ngx_http_geo_module без символа ";" во включённом файле
48 игнорировались.
49 </para>
50 <para lang="en">
51 the lines without trailing ";" in the file being included
52 by the ngx_http_geo_module were silently ignored.
53 </para>
54 </change>
55
56 <change type="feature">
57 <para lang="ru">
58 модуль ngx_http_stub_status_module.
59 </para>
60 <para lang="en">
61 the ngx_http_stub_status_module.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 неизвестный формат лог-файла в директиве access_log вызывал segmentation fault.
68 </para>
69 <para lang="en">
70 the unknown log format in the access_log directive caused
71 the segmentation fault.
72 </para>
73 </change>
74
75 <change type="feature">
76 <para lang="ru">
77 новый параметр document_root в директиве fastcgi_params.
78 </para>
79 <para lang="en">
80 the new "document_root" parameter of the fastcgi_params directive.
81 </para>
82 </change>
83
84 <change type="feature">
85 <para lang="ru">
86 директива fastcgi_redirect_errors.
87 </para>
88 <para lang="en">
89 the fastcgi_redirect_errors directive.
90 </para>
91 </change>
92
93 <change type="feature">
94 <para lang="ru">
95 новый модификатор break в директиве rewrite позволяет прекратить
96 цикл rewrite/location и устанавливает текущую конфигурацию для запроса.
97 </para>
98 <para lang="en">
99 the new "break" modifier of the "rewrite" directive allows to stop
100 the rewrite/location cycle and sets the current configuration to the request.
101 </para>
102 </change>
103
104 </changes>
10 105
11 106
12 <changes ver="0.1.17" date="03.02.2005"> 107 <changes ver="0.1.17" date="03.02.2005">
13 108
14 <change type="feature"> 109 <change type="feature">
124 заголовок "Connection: keep-alive" выдавался, даже если директива 219 заголовок "Connection: keep-alive" выдавался, даже если директива
125 keepalive_timeout запрещала использование keep-alive. 220 keepalive_timeout запрещала использование keep-alive.
126 </para> 221 </para>
127 <para lang="en"> 222 <para lang="en">
128 the "Connection: keep-alive" header were issued, even if the 223 the "Connection: keep-alive" header were issued, even if the
129 keepalive_timeout derective forbade the keep-alive use. 224 keepalive_timeout directive forbade the keep-alive use.
130 </para> 225 </para>
131 </change> 226 </change>
132 227
133 <change type="bugfix"> 228 <change type="bugfix">
134 <para lang="ru"> 229 <para lang="ru">
162 <change type="feature"> 257 <change type="feature">
163 <para lang="ru"> 258 <para lang="ru">
164 директива rewrite поддерживает перезаписывание аргументов. 259 директива rewrite поддерживает перезаписывание аргументов.
165 </para> 260 </para>
166 <para lang="en"> 261 <para lang="en">
167 the rewrite directive supports the agruments rewriting. 262 the rewrite directive supports the arguments rewriting.
168 </para> 263 </para>
169 </change> 264 </change>
170 265
171 <change type="bugfix"> 266 <change type="bugfix">
172 <para lang="ru"> 267 <para lang="ru">
173 на запрос POST с заголовком "Content-Length: 0" возвращался ответ 400; 268 на запрос POST с заголовком "Content-Length: 0" возвращался ответ 400;
174 ошибка появилась в 0.1.14. 269 ошибка появилась в 0.1.14.
175 </para> 270 </para>
176 <para lang="en"> 271 <para lang="en">
177 the response code 400 was returend for the POST request with the 272 the response code 400 was returned for the POST request with the
178 "Content-Length: 0" header; 273 "Content-Length: 0" header;
179 bug appeared in 0.1.14. 274 bug appeared in 0.1.14.
180 </para> 275 </para>
181 </change> 276 </change>
182 277