comparison docs/xml/nginx/changes.xml @ 4290:7671138872eb stable-1.0 release-1.0.10

nginx-1.0.10-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Nov 2011 08:24:03 +0000
parents b5395c8ea2a3
children 2203f8401ffe
comparison
equal deleted inserted replaced
4289:d0dcaff8862b 4290:7671138872eb
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.0.10" date="15.11.2011">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в рабочем процессе мог произойти segmentation fault,
17 если resolver получил большой DNS-ответ.<br/>
18 Спасибо Ben Hawkes.
19 </para>
20 <para lang="en">
21 a segmentation fault might occur in a worker process
22 if resolver got a big DNS response.<br/>
23 Thanks to Ben Hawkes.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 в вычислении ключа для кэширования,
30 если использовалась внутренняя реализация MD5;
31 ошибка появилась в 1.0.4.
32 </para>
33 <para lang="en">
34 in cache key calculation
35 if internal MD5 implementation was used;
36 the bug had appeared in 1.0.4.
37 </para>
38 </change>
39
40 <change type="bugfix">
41 <para lang="ru">
42 модуль ngx_http_mp4_module выдавал неверную строку "Content-Length"
43 в заголовке ответа, использовался аргумент start.<br/>
44 Спасибо Piotr Sikora.
45 </para>
46 <para lang="en">
47 the module ngx_http_mp4_module sent incorrect "Content-Length" response
48 header line if the "start" argument was used.<br/>
49 Thanks to Piotr Sikora.
50 </para>
51 </change>
52
53 </changes>
10 54
11 55
12 <changes ver="1.0.9" date="01.11.2011"> 56 <changes ver="1.0.9" date="01.11.2011">
13 57
14 <change type="change"> 58 <change type="change">