comparison docs/xml/nginx/changes.xml @ 2169:769f0dd7081e release-0.7.9

nginx-0.7.9-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Aug 2008 15:34:08 +0000
parents 43bde71f0bbe
children 511edfa732da
comparison
equal deleted inserted replaced
2168:80924319ba05 2169:769f0dd7081e
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.9" date="12.08.2008">
13
14 <change type="change">
15 <para lang="ru">
16 теперь ngx_http_charset_module по умолчанию работает со следующими MIME-типами:
17 text/html, text/css, text/xml, text/plain, text/vnd.wap.wml,
18 application/x-javascript и application/rss+xml.
19 </para>
20 <para lang="en">
21 now ngx_http_charset_module works by default with following MIME types:
22 text/html, text/css, text/xml, text/plain, text/vnd.wap.wml,
23 application/x-javascript, and application/rss+xml.
24 </para>
25 </change>
26
27 <change type="feature">
28 <para lang="ru">
29 директивы charset_types и addition_types.
30 </para>
31 <para lang="en">
32 the "charset_types" and "addition_types" directives.
33 </para>
34 </change>
35
36 <change type="feature">
37 <para lang="ru">
38 теперь директивы gzip_types, ssi_types и sub_filter_types используют хэш.
39 </para>
40 <para lang="en">
41 now the "gzip_types", "ssi_types", and "sub_filter_types" directives use hash.
42 </para>
43 </change>
44
45 <change type="feature">
46 <para lang="ru">
47 модуль ngx_cpp_test_module.
48 </para>
49 <para lang="en">
50 the ngx_cpp_test_module.
51 </para>
52 </change>
53
54 <change type="feature">
55 <para lang="ru">
56 директива expires поддерживает суточное время.
57 </para>
58 <para lang="en">
59 the "expires" directive supports daily time.
60 </para>
61 </change>
62
63 <change type="feature">
64 <para lang="ru">
65 улучшения и исправления в модуле ngx_http_xslt_module.<br/>
66 Спасибо Денису Латыпову и Максиму Дунину.
67 </para>
68 <para lang="en">
69 the ngx_http_xslt_module improvements and bug fixing.<br/>
70 Thanks to Denis F. Latypoff and Maxim Dounin.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 директива log_not_found не работала при поиске индексных файлов.
77 </para>
78 <para lang="en">
79 the "log_not_found" directive did not work for index files tests.
80 </para>
81 </change>
82
83 <change type="bugfix">
84 <para lang="ru">
85 HTTPS-соединения могли зависнуть,
86 если использовались методы kqueue, epoll, rtsig или eventport;
87 ошибка появилась в 0.7.7.
88 </para>
89 <para lang="en">
90 HTTPS connections might hang,
91 if kqueue, epoll, rtsig, or eventport methods were used;
92 the bug had appeared in 0.7.7.
93 </para>
94 </change>
95
96 <change type="bugfix">
97 <para lang="ru">
98 если в директивах server_name, valid_referers и map
99 использовалась маска вида "*.domain.tld" и при этом полное имя
100 вида "domain.tld" не было описано, то это имя попадало под маску;
101 ошибка появилась в 0.3.18.
102 </para>
103 <para lang="en">
104 if the "server_name", "valid_referers", and "map" directives used
105 an "*.domain.tld" wildcard and exact name "domain.tld" was not set,
106 then the exact name was matched by the wildcard;
107 the bugs had appeared in 0.3.18.
108 </para>
109 </change>
110
111 </changes>
10 112
11 113
12 <changes ver="0.7.8" date="04.08.2008"> 114 <changes ver="0.7.8" date="04.08.2008">
13 115
14 <change type="feature"> 116 <change type="feature">
184 <changes ver="0.7.5" date="01.07.2008"> 286 <changes ver="0.7.5" date="01.07.2008">
185 287
186 <change> 288 <change>
187 <para lang="ru"> 289 <para lang="ru">
188 Исправления в поддержке переменных в директиве access_log; 290 Исправления в поддержке переменных в директиве access_log;
189 ошибки появилась в 0.7.4. 291 ошибки появились в 0.7.4.
190 </para> 292 </para>
191 <para lang="en"> 293 <para lang="en">
192 Bugfixes in variables support in the "access_log" directive; 294 Bugfixes in variables support in the "access_log" directive;
193 the bugs had appeared in 0.7.4. 295 the bugs had appeared in 0.7.4.
194 </para> 296 </para>