comparison docs/xml/nginx/changes.xml @ 6295:54117529e40b release-1.9.7

nginx-1.9.7-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Nov 2015 17:50:56 +0300
parents b78018cfaa2f
children bec5b3093337
comparison
equal deleted inserted replaced
6294:cebe43bace93 6295:54117529e40b
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.7" date="17.11.2015">
9
10 <change type="feature">
11 <para lang="ru">
12 параметр nohostname логгирования в syslog.
13 </para>
14 <para lang="en">
15 the "nohostname" parameter of logging to syslog.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 директива proxy_cache_convert_head.
22 </para>
23 <para lang="en">
24 the "proxy_cache_convert_head" directive.
25 </para>
26 </change>
27
28 <change type="feature">
29 <para lang="ru">
30 переменная $realip_remote_addr в модуле ngx_http_realip_module.
31 </para>
32 <para lang="en">
33 the $realip_remote_addr in the ngx_http_realip_module.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 директива expires могла не срабатывать при использовании переменных.
40 </para>
41 <para lang="en">
42 the "expires" directive might not work when using variables.
43 </para>
44 </change>
45
46 <change type="bugfix">
47 <para lang="ru">
48 при использовании HTTP/2
49 в рабочем процессе мог произойти segmentation fault;
50 ошибка появилась в 1.9.6.
51 </para>
52 <para lang="en">
53 a segmentation fault might occur in a worker process
54 when using HTTP/2;
55 the bug had appeared in 1.9.6.
56 </para>
57 </change>
58
59 <change type="bugfix">
60 <para lang="ru">
61 если nginx был собран с модулем ngx_http_v2_module,
62 протокол HTTP/2 мог быть использован клиентом,
63 даже если не был указан параметр http2 директивы listen.
64 </para>
65 <para lang="en">
66 if nginx was built with the ngx_http_v2_module
67 it was possible to use the HTTP/2 protocol
68 even if the "http2" parameter of the "listen" directive was not specified.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 в модуле ngx_http_v2_module.
75 </para>
76 <para lang="en">
77 in the ngx_http_v2_module.
78 </para>
79 </change>
80
81 </changes>
6 82
7 83
8 <changes ver="1.9.6" date="27.10.2015"> 84 <changes ver="1.9.6" date="27.10.2015">
9 85
10 <change type="bugfix"> 86 <change type="bugfix">