comparison docs/xml/nginx/changes.xml @ 3955:d62ef1c3477e stable-0.7 release-0.7.69

nginx-0.7.69-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 19 Jul 2011 14:20:25 +0000
parents 0275cdd45fd2
children
comparison
equal deleted inserted replaced
3954:2d8bd4f61552 3955:d62ef1c3477e
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.7.69" date="19.07.2011">
13
14 <change type="bugfix">
15 <para lang="ru">
16 при использовании кэширования
17 в рабочем процессе мог произойти segmentation fault.<br/>
18 Спасибо Lanshun Zhou.
19 </para>
20 <para lang="en">
21 a segmentation fault might occur in a worker process,
22 if a caching was used.<br/>
23 Thanks to Lanshun Zhou.
24 </para>
25 </change>
26
27 </changes>
10 28
11 29
12 <changes ver="0.7.68" date="14.12.2010"> 30 <changes ver="0.7.68" date="14.12.2010">
13 31
14 <change type="bugfix"> 32 <change type="bugfix">
14617 то терялся последний символ в строке запроса; 14635 то терялся последний символ в строке запроса;
14618 ошибка появилась в 0.1.9. 14636 ошибка появилась в 0.1.9.
14619 </para> 14637 </para>
14620 <para lang="en"> 14638 <para lang="en">
14621 if the request without arguments contains "//", "/./", "/../" or "%XX" 14639 if the request without arguments contains "//", "/./", "/../" or "%XX"
14622 then the lost character in the request line was lost; 14640 then the last character in the request line was lost;
14623 the bug had appeared in 0.1.9. 14641 the bug had appeared in 0.1.9.
14624 </para> 14642 </para>
14625 </change> 14643 </change>
14626 14644
14627 <change type="bugfix"> 14645 <change type="bugfix">