comparison docs/xml/nginx/changes.xml @ 2251:91d7a9eb8ade release-0.7.17

nginx-0.7.17-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Sep 2008 16:59:30 +0000
parents eab2e87deba7
children fc10f7b5cb13
comparison
equal deleted inserted replaced
2250:7fc20e1105cd 2251:91d7a9eb8ade
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.17" date="15.09.2008">
13
14 <change type="feature">
15 <para lang="ru">
16 директива directio теперь работает на Linux.
17 </para>
18 <para lang="en">
19 now the "directio" directive works on Linux.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 переменная $pid.
26 </para>
27 <para lang="en">
28 the $pid variable.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 оптимизация directio, появившаяся в 0.7.15, не работала при использовании
35 open_file_cache.
36 </para>
37 <para lang="en">
38 the "directio" optimization that had appeared in 0.7.15 did not work with
39 open_file_cache.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 access_log с переменными не работал на Linux;
46 ошибка появилась в 0.7.7.
47 </para>
48 <para lang="en">
49 the "access_log" with variables did not work on Linux;
50 the bug had appeared in 0.7.7.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 модуль ngx_http_charset_module не понимал название кодировки в кавычках,
57 полученное от бэкенда.
58 </para>
59 <para lang="en">
60 the ngx_http_charset_module did not understand quoted charset name
61 received from backend.
62 </para>
63 </change>
64
65 </changes>
10 66
11 67
12 <changes ver="0.7.16" date="08.09.2008"> 68 <changes ver="0.7.16" date="08.09.2008">
13 69
14 <change type="bugfix"> 70 <change type="bugfix">