comparison docs/xml/nginx/changes.xml @ 7013:539f7893ecb9 release-1.13.1

nginx-1.13.1-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 May 2017 17:55:22 +0300
parents 3671096a45bc
children 5be2b25bdc65
comparison
equal deleted inserted replaced
7012:9b26edd391ab 7013:539f7893ecb9
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.13.1" date="2017-05-30">
9
10 <change type="feature">
11 <para lang="ru">
12 теперь в качестве параметра директивы set_real_ip_from
13 можно указывать имя хоста.
14 </para>
15 <para lang="en">
16 now a hostname can be used
17 as the "set_real_ip_from" directive parameter.
18 </para>
19 </change>
20
21 <change type="feature">
22 <para lang="ru">
23 улучшения в скриптах подсветки синтаксиса для vim.
24 </para>
25 <para lang="en">
26 vim syntax highlighting scripts improvements.
27 </para>
28 </change>
29
30 <change type="feature">
31 <para lang="ru">
32 директива worker_cpu_affinity теперь работает на DragonFly BSD.<br/>
33 Спасибо Sepherosa Ziehau.
34 </para>
35 <para lang="en">
36 the "worker_cpu_affinity" directive now works on DragonFly BSD.<br/>
37 Thanks to Sepherosa Ziehau.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 SSL renegotiation в соединениях к бэкендам
44 не работал при использовании OpenSSL до 1.1.0.
45 </para>
46 <para lang="en">
47 SSL renegotiation on backend connections
48 did not work when using OpenSSL before 1.1.0.
49 </para>
50 </change>
51
52 <change type="workaround">
53 <para lang="ru">
54 nginx не собирался с Oracle Developer Studio 12.5.
55 </para>
56 <para lang="en">
57 nginx could not be built with Oracle Developer Studio 12.5.
58 </para>
59 </change>
60
61 <change type="workaround">
62 <para lang="ru">
63 теперь cache manager пропускает заблокированные записи
64 при очистке кэша по max_size.
65 </para>
66 <para lang="en">
67 now cache manager ignores long locked cache entries
68 when cleaning cache based on the "max_size" parameter.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 клиентские SSL-соединения сразу закрывались, если использовался
75 отложенный accept и параметр proxy_protocol директивы listen.
76 </para>
77 <para lang="en">
78 client SSL connections were immediately closed if deferred accept
79 and the "proxy_protocol" parameter of the "listen" directive were used.
80 </para>
81 </change>
82
83 <change type="bugfix">
84 <para lang="ru">
85 в директиве proxy_cache_background_update.
86 </para>
87 <para lang="en">
88 in the "proxy_cache_background_update" directive.
89 </para>
90 </change>
91
92 <change type="workaround">
93 <para lang="ru">
94 теперь директива tcp_nodelay
95 устанавливает опцию TCP_NODELAY перед SSL handshake.
96 </para>
97 <para lang="en">
98 now the "tcp_nodelay" directive
99 sets the TCP_NODELAY option before an SSL handshake.
100 </para>
101 </change>
102
103 </changes>
6 104
7 105
8 <changes ver="1.13.0" date="2017-04-25"> 106 <changes ver="1.13.0" date="2017-04-25">
9 107
10 <change type="change"> 108 <change type="change">