comparison docs/xml/nginx/changes.xml @ 535:563ad09abf50 release-0.1.42

nginx-0.1.42-RELEASE import *) Bugfix: if the request URI had a zero length after the processing in the ngx_http_proxy_module, then the segmentation fault or bus error occurred in the ngx_http_proxy_module. *) Bugfix: the "limit_rate" directive did not work inside the "if" block; the bug had appeared in 0.1.38.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Aug 2005 15:36:54 +0000
parents d6e48c08d718
children c9ad0d9c7d59
comparison
equal deleted inserted replaced
534:68651071a155 535:563ad09abf50
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.42" date="23.08.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 если URI запроса получался нулевой длины после обработки модулем
17 ngx_http_rewrite_module, то в модуле ngx_http_proxy_module происходил
18 segmentation fault или bus error.
19 </para>
20 <para lang="en">
21 if the request URI had a zero length after the processing in
22 the ngx_http_proxy_module, then the segmentation fault or bus error occurred
23 in the ngx_http_proxy_module.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 директива limit_rate не работала внутри блока if;
30 ошибка появилась в 0.1.38.
31 </para>
32 <para lang="en">
33 the "limit_rate" directive did not work inside the "if" block;
34 bug appeared in 0.1.38.
35 </para>
36 </change>
37
38 </changes>
10 39
11 40
12 <changes ver="0.1.41" date="25.07.2005"> 41 <changes ver="0.1.41" date="25.07.2005">
13 42
14 <change type="bugfix"> 43 <change type="bugfix">