comparison docs/xml/nginx/changes.xml @ 2505:c7ee9e15717b release-0.7.35

nginx-0.7.35-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Feb 2009 13:58:43 +0000
parents 1e9a362c3dce
children b84548abe9b9
comparison
equal deleted inserted replaced
2504:9e9a985d956a 2505:c7ee9e15717b
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.35" date="16.02.2009">
13
14 <change type="bugfix">
15 <para lang="ru">
16 директива ssl_engine не использовала SSL-акселератор
17 для асимметричных шифров.<br/>
18 Спасибо Marcin Gozdalik.
19 </para>
20 <para lang="en">
21 a "ssl_engine" directive did not use a SSL-accelerator
22 for asymmetric ciphers.<br/>
23 Thanks to Marcin Gozdalik.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 директива try_files выставляла MIME-type, исходя из расширения
30 первоначального запроса.
31 </para>
32 <para lang="en">
33 a "try_files" directive set MIME type depending on an
34 original request extension.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 в директивах server_name, valid_referers и map
41 неправильно обрабатывались имена вида "*domain.tld",
42 если использовались маски вида ".domain.tld" и ".subdomain.domain.tld";
43 ошибка появилась в 0.7.9.
44 </para>
45 <para lang="en">
46 "*domain.tld" names were handled incorrectly in
47 "server_name", "valid_referers", and "map" directives,
48 if an ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
49 <nobr>the bug had</nobr> appeared in 0.7.9.
50 </para>
51 </change>
52
53 </changes>
10 54
11 55
12 <changes ver="0.7.34" date="10.02.2009"> 56 <changes ver="0.7.34" date="10.02.2009">
13 57
14 <change type="feature"> 58 <change type="feature">
1279 </para> 1323 </para>
1280 <para lang="en"> 1324 <para lang="en">
1281 if the "server_name", "valid_referers", and "map" directives used 1325 if the "server_name", "valid_referers", and "map" directives used
1282 an "*.domain.tld" wildcard and exact name "domain.tld" was not set, 1326 an "*.domain.tld" wildcard and exact name "domain.tld" was not set,
1283 then the exact name was matched by the wildcard; 1327 then the exact name was matched by the wildcard;
1284 the bugs had appeared in 0.3.18. 1328 the bug had appeared in 0.3.18.
1285 </para> 1329 </para>
1286 </change> 1330 </change>
1287 1331
1288 </changes> 1332 </changes>
1289 1333