comparison docs/xml/nginx/changes.xml @ 4102:bac8ba08a657 release-1.1.3

nginx-1.1.3-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Sep 2011 15:00:43 +0000
parents da1289482a14
children 911060bc8221
comparison
equal deleted inserted replaced
4101:31cf2902de60 4102:bac8ba08a657
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.1.3" date="14.09.2011">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_mp4_module.
17 </para>
18 <para lang="en">
19 the module ngx_http_mp4_module.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 в Linux AIO, используемым совместно с open_file_cache.
26 </para>
27 <para lang="en">
28 in Linux AIO combined with open_file_cache.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 open_file_cache не обновлял информацию о файле,
35 если файл был изменён не атомарно.
36 </para>
37 <para lang="en">
38 open_file_cache did not update file info on retest
39 if file was not atomically changed.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 nginx не собирался на MacOSX 10.7.
46 </para>
47 <para lang="en">
48 nginx could not be built on MacOSX 10.7.
49 </para>
50 </change>
51
52 </changes>
10 53
11 54
12 <changes ver="1.1.2" date="05.09.2011"> 55 <changes ver="1.1.2" date="05.09.2011">
13 56
14 <change type="change"> 57 <change type="change">