comparison docs/xml/nginx/changes.xml @ 6252:942475e10cb4 release-1.9.5

nginx-1.9.5-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Sep 2015 17:36:21 +0300
parents 5cb7e2eed203
children b78018cfaa2f
comparison
equal deleted inserted replaced
6251:cbb8c32f78b5 6252:942475e10cb4
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.9.5" date="22.09.2015">
9
10 <change type="feature">
11 <para lang="ru">
12 модуль ngx_http_v2_module (заменяет модуль ngx_http_spdy_module).<br/>
13 Спасибо Dropbox и Automattic за спонсирование разработки.
14 </para>
15 <para lang="en">
16 the ngx_http_v2_module (replaces ngx_http_spdy_module).<br/>
17 Thanks to Dropbox and Automattic for sponsoring this work.
18 </para>
19 </change>
20
21 <change type="change">
22 <para lang="ru">
23 теперь по умолчанию директива output_buffers использует два буфера.
24 </para>
25 <para lang="en">
26 now the "output_buffers" directive uses two buffers by default.
27 </para>
28 </change>
29
30 <change type="change">
31 <para lang="ru">
32 теперь nginx ограничивает максимальную вложенность подзапросов,
33 а не количество одновременных подзапросов.
34 </para>
35 <para lang="en">
36 now nginx limits subrequests recursion,
37 not simultaneous subrequests.
38 </para>
39 </change>
40
41 <change type="change">
42 <para lang="ru">
43 теперь при возврате ответов из кэша nginx проверяет ключ полностью.<br/>
44 Спасибо Геннадию Махомеду и Сергею Брестеру.
45 </para>
46 <para lang="en">
47 now nginx checks the whole cache key when returning a response from cache.<br/>
48 Thanks to Gena Makhomed and Sergey Brester.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 при использовании кэша
55 в логах могли появляться сообщения "header already sent";
56 ошибка появилась в 1.7.5.
57 </para>
58 <para lang="en">
59 "header already sent" alerts might appear in logs
60 when using cache;
61 the bug had appeared in 1.7.5.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 при использовании CephFS и директивы timer_resolution на Linux
68 в логах могли появляться сообщения
69 "writev() failed (4: Interrupted system call)".
70 </para>
71 <para lang="en">
72 "writev() failed (4: Interrupted system call)"
73 errors might appear in logs
74 when using CephFS and the "timer_resolution" directive on Linux.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 в обработке ошибок конфигурации.<br/>
81 Спасибо Markus Linnala.
82 </para>
83 <para lang="en">
84 in invalid configurations handling.<br/>
85 Thanks to Markus Linnala.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 при использовании директивы sub_filter на уровне http
92 в рабочем процессе происходил segmentation fault;
93 ошибка появилась в 1.9.4.
94 </para>
95 <para lang="en">
96 a segmentation fault occurred in a worker process
97 if the "sub_filter" directive was used at http level;
98 the bug had appeared in 1.9.4.
99 </para>
100 </change>
101
102 </changes>
6 103
7 104
8 <changes ver="1.9.4" date="18.08.2015"> 105 <changes ver="1.9.4" date="18.08.2015">
9 106
10 <change type="change"> 107 <change type="change">