comparison docs/xml/nginx/changes.xml @ 661:9079ee4735ae release-0.3.52

nginx-0.3.52-RELEASE import *) Change: the ngx_http_index_module behavior for the "POST /" requests is reverted to the 0.3.40 version state: the module now does not return the 405 error. *) Bugfix: the worker process may got caught in an endless loop if the limit rate was used; the bug had appeared in 0.3.37. *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even if the recoding was not needed; the bug had appeared in 0.3.50. *) Bugfix: if a code response of the PUT request was 409, then a temporary file was not removed.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Jul 2006 16:49:20 +0000
parents 649c9063d0fd
children 6d5c1535bb9d
comparison
equal deleted inserted replaced
660:f27e6b2abcba 661:9079ee4735ae
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.3.52" date="03.07.2006">
13
14 <change type="change">
15 <para lang="ru">
16 восстановлено поведение модуля ngx_http_index_module для запросов "POST /":
17 как в версии до 0.3.40, модуль теперь не выдаёт ошибку 405.
18 </para>
19 <para lang="en">
20 the ngx_http_index_module behavior for the "POST /" requests is reverted
21 to the 0.3.40 version state: the module now does not return the 405 error.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 при использовании ограничения скорости рабочий процесс мог зациклиться;
28 ошибка появилась в 0.3.37.
29 </para>
30 <para lang="en">
31 the worker process may got caught in an endless loop if the limit rate was used;
32 bug appeared in 0.3.37.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 модуль ngx_http_charset_module записывал в лог ошибку "unknown charset",
39 даже если перекодировка не требовалась;
40 ошибка появилась в 0.3.50.
41 </para>
42 <para lang="en">
43 ngx_http_charset_module logged "unknown charset" alert, even if the recoding
44 was not needed;
45 bug appeared in 0.3.50.
46 </para>
47 </change>
48
49 <change type="bugfix">
50 <para lang="ru">
51 если в результате запроса PUT возвращался код 409, то временный файл
52 не удалялся.
53 </para>
54 <para lang="en">
55 if a code response of the PUT request was 409, then a temporary file
56 was not removed.
57 </para>
58 </change>
59
60 </changes>
10 61
11 62
12 <changes ver="0.3.51" date="30.06.2006"> 63 <changes ver="0.3.51" date="30.06.2006">
13 64
14 <change type="bugfix"> 65 <change type="bugfix">