comparison docs/xml/nginx/changes.xml @ 5711:0351a6d89c3d release-1.7.1

nginx-1.7.1-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 May 2014 17:58:08 +0400
parents d161d68df8be
children 0bd223a54619
comparison
equal deleted inserted replaced
5710:9e9c1310d17c 5711:0351a6d89c3d
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.7.1" date="27.05.2014">
9
10 <change type="feature">
11 <para lang="ru">
12 переменные "$upstream_cookie_...".
13 </para>
14 <para lang="en">
15 the "$upstream_cookie_..." variables.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 переменная $ssl_client_fingerprint.
22 </para>
23 <para lang="en">
24 the $ssl_client_fingerprint variable.
25 </para>
26 </change>
27
28 <change type="feature">
29 <para lang="ru">
30 директивы error_log и access_log теперь поддерживают логгирование в syslog.
31 </para>
32 <para lang="en">
33 the "error_log" and "access_log" directives now support logging to syslog.
34 </para>
35 </change>
36
37 <change type="feature">
38 <para lang="ru">
39 почтовый прокси-сервер теперь логгирует порт клиента при соединении.
40 </para>
41 <para lang="en">
42 the mail proxy now logs client port on connect.
43 </para>
44 </change>
45
46 <change type="bugfix">
47 <para lang="ru">
48 утечки памяти при использовании директивы "ssl_stapling".<br/>
49 Спасибо Filipe da Silva.
50 </para>
51 <para lang="en">
52 memory leak if the "ssl_stapling" directive was used.<br/>
53 Thanks to Filipe da Silva.
54 </para>
55 </change>
56
57 <change type="bugfix">
58 <para lang="ru">
59 директива alias внутри location'а, заданного регулярным выражением,
60 работала неправильно, если использовались директивы if или limit_except.
61 </para>
62 <para lang="en">
63 the "alias" directive used inside a location given by a regular expression
64 worked incorrectly if the "if" or "limit_except" directives were used.
65 </para>
66 </change>
67
68 <change type="bugfix">
69 <para lang="ru">
70 директива charset не ставила кодировку для сжатых ответов бэкендов.
71 </para>
72 <para lang="en">
73 the "charset" directive did not set a charset to encoded backend responses.
74 </para>
75 </change>
76
77 <change type="bugfix">
78 <para lang="ru">
79 директива proxy_pass без URI могла использовать оригинальный запрос
80 после установки переменной $args.<br/>
81 Спасибо Yichun Zhang.
82 </para>
83 <para lang="en">
84 a "proxy_pass" directive without URI part might use original request
85 after the $args variable was set.<br/>
86 Thanks to Yichun Zhang.
87 </para>
88 </change>
89
90 <change type="bugfix">
91 <para lang="ru">
92 в работе параметра none директивы smtp_auth;
93 ошибка появилась в 1.5.6.<br/>
94 Спасибо Святославу Никольскому.
95 </para>
96 <para lang="en">
97 in the "none" parameter in the "smtp_auth" directive;
98 the bug had appeared in 1.5.6.<br/>
99 Thanks to Svyatoslav Nikolsky.
100 </para>
101 </change>
102
103 <change type="bugfix">
104 <para lang="ru">
105 при совместном использовании sub_filter и SSI
106 ответы могли передаваться неверно.
107 </para>
108 <para lang="en">
109 if sub_filter and SSI were used together,
110 then responses might be transferred incorrectly.
111 </para>
112 </change>
113
114 <change type="bugfix">
115 <para lang="ru">
116 nginx не собирался с параметром --with-file-aio на Linux/aarch64.
117 </para>
118 <para lang="en">
119 nginx could not be built with the --with-file-aio option on Linux/aarch64.
120 </para>
121 </change>
122
123 </changes>
6 124
7 125
8 <changes ver="1.7.0" date="24.04.2014"> 126 <changes ver="1.7.0" date="24.04.2014">
9 127
10 <change type="feature"> 128 <change type="feature">