comparison docs/xml/nginx/changes.xml @ 2543:f822655d4120 release-0.7.39

nginx-0.7.39-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Mar 2009 12:43:09 +0000
parents 11a4e2ed5b16
children 8a350e49d2b6
comparison
equal deleted inserted replaced
2542:925b5df2e0c2 2543:f822655d4120
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.39" date="02.03.2009">
13
14 <change type="bugfix">
15 <para lang="ru">
16 при включённом сжатии большие ответы с использованием SSI могли зависать;
17 ошибка появилась в 0.7.28.<br/>
18 Спасибо Артёму Бохану.
19 </para>
20 <para lang="en">
21 large response with SSI might hang, if gzipping was enabled;
22 the bug had appeared in 0.7.28.<br/>
23 Thanks to Artem Bokhan.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 при использовании коротких статических вариантов в директиве try_files
30 в рабочем процессе мог произойти segmentation fault.
31 </para>
32 <para lang="en">
33 a segmentation fault might occur in worker process,
34 if short static variants are used in a "try_files" directive.
35 </para>
36 </change>
37
38 </changes>
10 39
11 40
12 <changes ver="0.7.38" date="23.02.2009"> 41 <changes ver="0.7.38" date="23.02.2009">
13 42
14 <change type="feature"> 43 <change type="feature">