comparison docs/xml/nginx/changes.xml @ 3127:fabd6e1028f2 stable-0.6 release-0.6.39

nginx-0.6.39-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Sep 2009 13:13:21 +0000
parents deae9eb8f8ad
children
comparison
equal deleted inserted replaced
3105:8ed781b3bc02 3127:fabd6e1028f2
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.6.39" date="14.09.2009">
13
14 <change type="security">
15 <para lang="ru">
16 при обработке специально созданного запроса
17 в рабочем процессе мог произойти segmentation fault.<br/>
18 Спасибо Chris Ries.
19 </para>
20 <para lang="en">
21 a segmentation fault might occur in worker process
22 while specially crafted request handling.<br/>
23 Thanks to Chris Ries.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 при использовании error_log на уровне info или debug
30 в рабочем процессе мог произойти segmentation fault.<br/>
31 Спасибо Сергею Боченкову.
32 </para>
33 <para lang="en">
34 a segmentation fault might occur in worker process,
35 if error_log was set to info or debug level.<br/>
36 Thanks to Sergey Bochenkov.
37 </para>
38 </change>
39
40 </changes>
10 41
11 42
12 <changes ver="0.6.38" date="22.06.2009"> 43 <changes ver="0.6.38" date="22.06.2009">
13 44
14 <change type="feature"> 45 <change type="feature">
3336 в рабочем процессе мог произойти segmentation fault; 3367 в рабочем процессе мог произойти segmentation fault;
3337 ошибка появилась в 0.5.8. 3368 ошибка появилась в 0.5.8.
3338 </para> 3369 </para>
3339 <para lang="en"> 3370 <para lang="en">
3340 a segmentation fault might occur in worker process 3371 a segmentation fault might occur in worker process
3341 if the temporarily files were used while working with FastCGI server; 3372 if the temporary files were used while working with FastCGI server;
3342 the bug had appeared in 0.5.8. 3373 the bug had appeared in 0.5.8.
3343 </para> 3374 </para>
3344 </change> 3375 </change>
3345 3376
3346 <change type="bugfix"> 3377 <change type="bugfix">
6225 при использовании протокола HTTPS в директиве proxy_pass не передавались 6256 при использовании протокола HTTPS в директиве proxy_pass не передавались
6226 запросы с телом, записанным во временный файл. 6257 запросы с телом, записанным во временный файл.
6227 </para> 6258 </para>
6228 <para lang="en"> 6259 <para lang="en">
6229 if the HTTPS protocol was used in the "proxy_pass" directive and 6260 if the HTTPS protocol was used in the "proxy_pass" directive and
6230 the request body was in temporarily file then the request was not transferred. 6261 the request body was in temporary file then the request was not transferred.
6231 </para> 6262 </para>
6232 </change> 6263 </change>
6233 6264
6234 <change type="bugfix"> 6265 <change type="bugfix">
6235 <para lang="ru"> 6266 <para lang="ru">