comparison docs/xml/nginx/changes.xml @ 2177:511edfa732da release-0.7.10

nginx-0.7.10-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 13 Aug 2008 16:53:31 +0000
parents 769f0dd7081e
children 0e7023bf6b24
comparison
equal deleted inserted replaced
2176:29d26406e1bd 2177:511edfa732da
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.10" date="13.08.2008">
13
14 <change type="bugfix">
15 <para lang="ru">
16 ошибок в директивах addition_types, charset_types,
17 gzip_types, ssi_types, sub_filter_types и xslt_types;
18 ошибки появились в 0.7.9.
19 </para>
20 <para lang="en">
21 in the "addition_types", "charset_types",
22 "gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives;
23 the bugs had appeared in 0.7.9.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 рекурсивной error_page для 500 ошибки.
30 </para>
31 <para lang="en">
32 of recursive error_page for 500 status code.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 теперь модуль ngx_http_realip_module устанавливает адрес не для
39 всего keepalive соединения, а для каждого запроса по этому соединению.
40 </para>
41 <para lang="en">
42 now the ngx_http_realip_module set address not for whole keepalive connection,
43 but for each request passed via the connection.
44 </para>
45 </change>
46
47 </changes>
10 48
11 49
12 <changes ver="0.7.9" date="12.08.2008"> 50 <changes ver="0.7.9" date="12.08.2008">
13 51
14 <change type="change"> 52 <change type="change">