comparison docs/xml/nginx/changes.xml @ 3129:6dcc15f30295 stable-0.5 release-0.5.38

nginx-0.5.38-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Sep 2009 13:17:16 +0000
parents 5cbd114a2b1d
children
comparison
equal deleted inserted replaced
3108:9ec5a0857fcd 3129:6dcc15f30295
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.38" 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.5.37" date="07.07.2008"> 43 <changes ver="0.5.37" date="07.07.2008">
13 44
14 <change type="bugfix"> 45 <change type="bugfix">
1746 в рабочем процессе мог произойти segmentation fault; 1777 в рабочем процессе мог произойти segmentation fault;
1747 ошибка появилась в 0.5.8. 1778 ошибка появилась в 0.5.8.
1748 </para> 1779 </para>
1749 <para lang="en"> 1780 <para lang="en">
1750 a segmentation fault might occur in worker process 1781 a segmentation fault might occur in worker process
1751 if the temporarily files were used while working with FastCGI server; 1782 if the temporary files were used while working with FastCGI server;
1752 the bug had appeared in 0.5.8. 1783 the bug had appeared in 0.5.8.
1753 </para> 1784 </para>
1754 </change> 1785 </change>
1755 1786
1756 <change type="bugfix"> 1787 <change type="bugfix">
3504 </para> 3535 </para>
3505 </change> 3536 </change>
3506 3537
3507 <change type="bugfix"> 3538 <change type="bugfix">
3508 <para lang="ru"> 3539 <para lang="ru">
3509 метод $r->headers_in("Cookie") модуля ngx_http_perl_module теперь возвращает 3540 метод $r->header_in("Cookie") модуля ngx_http_perl_module теперь возвращает
3510 все строки "Cookie" в заголовке запроса. 3541 все строки "Cookie" в заголовке запроса.
3511 </para> 3542 </para>
3512 <para lang="en"> 3543 <para lang="en">
3513 the $r->headers_in("Cookie") of the ngx_http_perl_module now returns 3544 the $r->header_in("Cookie") of the ngx_http_perl_module now returns
3514 all "Cookie" header lines. 3545 all "Cookie" header lines.
3515 </para> 3546 </para>
3516 </change> 3547 </change>
3517 3548
3518 <change type="bugfix"> 3549 <change type="bugfix">
4635 при использовании протокола HTTPS в директиве proxy_pass не передавались 4666 при использовании протокола HTTPS в директиве proxy_pass не передавались
4636 запросы с телом, записанным во временный файл. 4667 запросы с телом, записанным во временный файл.
4637 </para> 4668 </para>
4638 <para lang="en"> 4669 <para lang="en">
4639 if the HTTPS protocol was used in the "proxy_pass" directive and 4670 if the HTTPS protocol was used in the "proxy_pass" directive and
4640 the request body was in temporarily file then the request was not transferred. 4671 the request body was in temporary file then the request was not transferred.
4641 </para> 4672 </para>
4642 </change> 4673 </change>
4643 4674
4644 <change type="bugfix"> 4675 <change type="bugfix">
4645 <para lang="ru"> 4676 <para lang="ru">
8378 <para lang="ru"> 8409 <para lang="ru">
8379 в директиве rewrite, возвращающей редирект, аргументы присоединялись 8410 в директиве rewrite, возвращающей редирект, аргументы присоединялись
8380 к URI через символ "&amp;" вместо "?". 8411 к URI через символ "&amp;" вместо "?".
8381 </para> 8412 </para>
8382 <para lang="en"> 8413 <para lang="en">
8383 in the redirect rewrite directive the arguments were concatenated with URI 8414 in a redirect rewrite directive arguments were concatenated with URI
8384 by the "&amp;" rather than the "?". 8415 by an "&amp;" rather than a "?".
8385 </para> 8416 </para>
8386 </change> 8417 </change>
8387 8418
8388 <change type="bugfix"> 8419 <change type="bugfix">
8389 <para lang="ru"> 8420 <para lang="ru">