comparison docs/xml/nginx/changes.xml @ 4606:f582d662cc40 release-1.2.0

nginx-1.2.0-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Apr 2012 13:06:47 +0000
parents 0f0b425659e0
children 9ee68d629722 fee2dae560e3
comparison
equal deleted inserted replaced
4605:92ca02d2eccb 4606:f582d662cc40
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="1.2.0" date="23.04.2012">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в рабочем процессе мог произойти segmentation fault,
17 если использовалась директива try_files;
18 ошибка появилась в 1.1.19.
19 </para>
20 <para lang="en">
21 a segmentation fault might occur in a worker process
22 if the "try_files" directive was used;
23 the bug had appeared in 1.1.19.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 ответ мог быть передан не полностью,
30 если использовалось больше IOV_MAX буферов.
31 </para>
32 <para lang="en">
33 response might be truncated
34 if there were more than IOV_MAX buffers used.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 в работе параметра crop директивы image_filter.<br/>
41 Спасибо Maxim Bublis.
42 </para>
43 <para lang="en">
44 in the "crop" parameter of the "image_filter" directive.<br/>
45 Thanks to Maxim Bublis.
46 </para>
47 </change>
48
49 </changes>
10 50
11 51
12 <changes ver="1.1.19" date="12.04.2012"> 52 <changes ver="1.1.19" date="12.04.2012">
13 53
14 <change type="security"> 54 <change type="security">