comparison docs/xml/nginx/changes.xml @ 1996:459fa0e9044d stable-0.5 release-0.5.36

nginx-0.5.36-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Sun, 04 May 2008 11:17:13 +0000
parents 77163816713f
children 5cbd114a2b1d
comparison
equal deleted inserted replaced
1995:4b54072c0848 1996:459fa0e9044d
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.5.36" date="04.05.2008">
13
14 <change type="bugfix">
15 <para lang="ru">
16 директива sub_filter могла вставлять заменяемый текст в вывод.
17 </para>
18 <para lang="en">
19 the "sub_filter" directive might set text to change into output.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при повторном использовании в SSI пустого block'а в качестве заглушки
26 в рабочем процессе происходил segmentation fault.
27 </para>
28 <para lang="en">
29 a segmentation fault occurred in worker process,
30 if empty stub block was used second time in SSI.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 директивы proxy_store и fastcgi_store не проверяли длину ответа.
37 </para>
38 <para lang="en">
39 the "proxy_store" and "fastcgi_store" directives did not check
40 a response length.
41 </para>
42 </change>
43
44 <change type="bugfix">
45 <para lang="ru">
46 nginx выдавал ошибочное сообщение "SSL_shutdown() failed (SSL: )";
47 ошибка появилась в 0.5.35.
48 </para>
49 <para lang="en">
50 nginx issued the bogus error message "SSL_shutdown() failed (SSL: )";
51 bug appeared in 0.5.35.
52 </para>
53 </change>
54
55 <change type="bugfix">
56 <para lang="ru">
57 при использовании HTTPS запросы могли завершаться с ошибкой "bad write retry";
58 ошибка появилась в 0.5.35.
59 </para>
60 <para lang="en">
61 in HTTPS mode requests might fail with the "bad write retry" error;
62 bug appeared in 0.5.35.
63 </para>
64 </change>
65
66 <change type="bugfix">
67 <para lang="ru">
68 директива fastcgi_catch_stderr не возвращала ошибку;
69 теперь она возвращает ошибку 502, которую можно направить на следующий сервер
70 с помощью "fastcgi_next_upstream invalid_header".
71 </para>
72 <para lang="en">
73 the "fastcgi_catch_stderr" directive did return error code;
74 now it returns 502 code, that can be rerouted to a next server using
75 the "fastcgi_next_upstream invalid_header" directive.
76 </para>
77 </change>
78
79 <change type="bugfix">
80 <para lang="ru">
81 при использовании директивы fastcgi_catch_stderr
82 в основном процессе происходил segmentation fault;
83 ошибка появилась в 0.5.32.<br/>
84 Спасибо Manlio Perillo.
85 </para>
86 <para lang="en">
87 a segmentation fault occurred in master process
88 if the "fastcgi_catch_stderr" directive was used;
89 bug appeared in 0.5.32.<br/>
90 Thanks to Manlio Perillo.
91 </para>
92 </change>
93
94 </changes>
10 95
11 96
12 <changes ver="0.5.35" date="08.01.2008"> 97 <changes ver="0.5.35" date="08.01.2008">
13 98
14 <change type="change"> 99 <change type="change">
1145 <para lang="ru"> 1230 <para lang="ru">
1146 модуль ngx_http_perl_module не собирался make в Solaris.<br/> 1231 модуль ngx_http_perl_module не собирался make в Solaris.<br/>
1147 Спасибо Андрею Нигматулину. 1232 Спасибо Андрею Нигматулину.
1148 </para> 1233 </para>
1149 <para lang="en"> 1234 <para lang="en">
1150 the ngx_http_perl_module could not built by Solaris make.<br/> 1235 the ngx_http_perl_module could not be built by Solaris make.<br/>
1151 Thanks to Andrei Nigmatulin. 1236 Thanks to Andrei Nigmatulin.
1152 </para> 1237 </para>
1153 </change> 1238 </change>
1154 1239
1155 </changes> 1240 </changes>