comparison docs/xml/nginx/changes.xml @ 6878:20a45c768e5e release-1.11.9

nginx-1.11.9-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Jan 2017 17:02:18 +0300
parents 4591da489a30
children 1ad0999a7ded
comparison
equal deleted inserted replaced
6877:8acc44141e44 6878:20a45c768e5e
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.11.9" date="24.01.2017">
9
10 <change type="bugfix">
11 <para lang="ru">
12 при использовании модуля stream nginx мог нагружать процессор;
13 ошибка появилась в 1.11.5.
14 </para>
15 <para lang="en">
16 nginx might hog CPU when using the stream module;
17 the bug had appeared in 1.11.5.
18 </para>
19 </change>
20
21 <change type="bugfix">
22 <para lang="ru">
23 метод аутентификации EXTERNAL в почтовом прокси-сервере
24 можно было использовать, даже если он не был разрешён в конфигурации.
25 </para>
26 <para lang="en">
27 EXTERNAL authentication mechanism in mail proxy
28 was accepted even if it was not enabled in the configuration.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 при использовании директивы ssl_verify_client модуля stream
35 в рабочем процессе мог произойти segmentation fault.
36 </para>
37 <para lang="en">
38 a segmentation fault might occur in a worker process
39 if the "ssl_verify_client" directive of the stream module was used.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 директива ssl_verify_client модуля stream могла не работать.
46 </para>
47 <para lang="en">
48 the "ssl_verify_client" directive of the stream module might not work.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 при исчерпании рабочим процессом свободных соединений
55 keepalive-соединения могли закрываться излишне агрессивно.<br/>
56 Спасибо Joel Cunningham.
57 </para>
58 <para lang="en">
59 closing keepalive connections due to no free worker connections
60 might be too aggressive.<br/>
61 Thanks to Joel Cunningham.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 при использовании директивы sendfile на FreeBSD и macOS
68 мог возвращаться некорректный ответ;
69 ошибка появилась в 1.7.8.
70 </para>
71 <para lang="en">
72 an incorrect response might be returned
73 when using the "sendfile" directive on FreeBSD and macOS;
74 the bug had appeared in 1.7.8.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 при использовании директивы aio_write
81 ответ мог сохраняться в кэш не полностью.
82 </para>
83 <para lang="en">
84 a truncated response might be stored in cache
85 when using the "aio_write" directive.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 при использовании директивы aio_write
92 могла происходить утечка сокетов.
93 </para>
94 <para lang="en">
95 a socket leak might occur
96 when using the "aio_write" directive.
97 </para>
98 </change>
99
100 </changes>
6 101
7 102
8 <changes ver="1.11.8" date="27.12.2016"> 103 <changes ver="1.11.8" date="27.12.2016">
9 104
10 <change type="feature"> 105 <change type="feature">