comparison docs/xml/nginx/changes.xml @ 2088:c2f0f7cf306f release-0.7.6

nginx-0.7.6-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 09:43:21 +0000
parents 9527137b4354
children bbcf6d75556f
comparison
equal deleted inserted replaced
2087:c8039b26a949 2088:c2f0f7cf306f
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 10
11 11
12 <changes ver="0.7.6" date="07.07.2008">
13
14 <change type="bugfix">
15 <para lang="ru">
16 теперь при использовании переменных в директиве access_log
17 всегда проверяется существовании root'а для запроса.
18 </para>
19 <para lang="en">
20 now if variables are used in the "access_log" directive
21 a request root existence is always tested.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 модуль ngx_http_flv_module не поддерживал несколько значений в
28 аргументах запроса.
29 </para>
30 <para lang="en">
31 the ngx_http_flv_module did not support several values in a query string.
32 </para>
33 </change>
34
35 </changes>
36
37
12 <changes ver="0.7.5" date="01.07.2008"> 38 <changes ver="0.7.5" date="01.07.2008">
13 39
14 <change> 40 <change>
15 <para lang="ru"> 41 <para lang="ru">
16 Исправления в поддержке переменных в директиве access_log; 42 Исправления в поддержке переменных в директиве access_log;
17 ошибка появилась в 0.7.4. 43 ошибки появилась в 0.7.4.
18 </para> 44 </para>
19 <para lang="en"> 45 <para lang="en">
20 Bugfixes in variables support in the "access_log" directive; 46 Bugfixes in variables support in the "access_log" directive;
21 the bug had appeared in 0.7.4. 47 the bugs had appeared in 0.7.4.
22 </para> 48 </para>
23 </change> 49 </change>
24 50
25 <change type="bugfix"> 51 <change type="bugfix">
26 <para lang="ru"> 52 <para lang="ru">