comparison docs/xml/nginx/changes.xml @ 3013:1cef1807bc12 release-0.8.8

nginx-0.8.8-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Aug 2009 08:26:27 +0000
parents 7607237b4829
children a40f8475511d
comparison
equal deleted inserted replaced
3012:f958084d4c12 3013:1cef1807bc12
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.8" date="10.08.2009">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в обработке заголовков ответа, разделённых в FastCGI-записях.
17 </para>
18 <para lang="en">
19 in handling FastCGI headers split in records.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 если запрос обрабатывался в двух проксированных или FastCGI location'ах
26 и в первом из них использовалось кэширование,
27 то в рабочем процессе происходил segmentation fault;
28 ошибка появилась в 0.8.7.
29 </para>
30 <para lang="en">
31 a segmentation fault occurred in worker process,
32 if a request was handled in two proxied or FastCGIed locations
33 and a caching was enabled in the first location;
34 the bug had appeared in 0.8.7.
35 </para>
36 </change>
37
38 </changes>
10 39
11 40
12 <changes ver="0.8.7" date="27.07.2009"> 41 <changes ver="0.8.7" date="27.07.2009">
13 42
14 <change type="change"> 43 <change type="change">