comparison docs/xml/nginx/changes.xml @ 3950:cc221c55c43b stable-0.8 release-0.8.55

nginx-0.8.55-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 19 Jul 2011 13:59:47 +0000
parents ddb0727e51db
children
comparison
equal deleted inserted replaced
3949:8106bf694512 3950:cc221c55c43b
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.8.55" 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.8.54" date="14.12.2010"> 30 <changes ver="0.8.54" date="14.12.2010">
13 31
14 <change type="bugfix"> 32 <change type="bugfix">
16143 то терялся последний символ в строке запроса; 16161 то терялся последний символ в строке запроса;
16144 ошибка появилась в 0.1.9. 16162 ошибка появилась в 0.1.9.
16145 </para> 16163 </para>
16146 <para lang="en"> 16164 <para lang="en">
16147 if the request without arguments contains "//", "/./", "/../" or "%XX" 16165 if the request without arguments contains "//", "/./", "/../" or "%XX"
16148 then the lost character in the request line was lost; 16166 then the last character in the request line was lost;
16149 the bug had appeared in 0.1.9. 16167 the bug had appeared in 0.1.9.
16150 </para> 16168 </para>
16151 </change> 16169 </change>
16152 16170
16153 <change type="bugfix"> 16171 <change type="bugfix">