comparison docs/xml/nginx/changes.xml @ 4407:6a6836e65827 release-1.1.13

nginx-1.1.13-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Jan 2012 15:14:37 +0000
parents 0b649a651094
children 2255a5f72c22
comparison
equal deleted inserted replaced
4406:4e7865c3cb54 4407:6a6836e65827
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="1.1.13" date="16.01.2012">
13
14 <change type="feature">
15 <para lang="ru">
16 параметры TLSv1.1 и TLSv1.2 в директиве ssl_protocols.
17 </para>
18 <para lang="en">
19 the "TLSv1.1" and "TLSv1.2" parameters of the "ssl_protocols" directive.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 параметры директивы limit_req наследовались некорректно;
26 ошибка появилась в 1.1.12.
27 </para>
28 <para lang="en">
29 the "limit_req" directive parameters were not inherited correctly;
30 the bug had appeared in 1.1.12.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 директива proxy_redirect некорректно обрабатывала заголовк Refresh
37 при использовании регулярных выражений.
38 </para>
39 <para lang="en">
40 the "proxy_redirect" directive incorrectly processed "Refresh" header
41 if regular expression were used.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 директива proxy_cache_use_stale с параметром error не возвращала ответ из
48 кэша, если все бекенды были признаны неработающими.
49 </para>
50 <para lang="en">
51 the "proxy_cache_use_stale" directive with "error" parameter did not return
52 answer from cache if there were no live upstreams.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 директива worker_cpu_affinity могла не работать.
59 </para>
60 <para lang="en">
61 the "worker_cpu_affinity" directive might not work.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 nginx не собирался на Solaris;
68 ошибка появилась в 1.1.12.
69 </para>
70 <para lang="en">
71 nginx could not be built on Solaris;
72 the bug had appeared in 1.1.12.
73 </para>
74 </change>
75
76 <change type="bugfix">
77 <para lang="ru">
78 в модуле ngx_http_mp4_module.
79 </para>
80 <para lang="en">
81 in the ngx_http_mp4_module.
82 </para>
83 </change>
84
85 </changes>
10 86
11 87
12 <changes ver="1.1.12" date="26.12.2011"> 88 <changes ver="1.1.12" date="26.12.2011">
13 89
14 <change type="change"> 90 <change type="change">