comparison docs/xml/nginx/changes.xml @ 4733:f9d796a201da stable-1.2 release-1.2.2

nginx-1.2.2-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Jul 2012 10:48:31 +0000
parents fee2dae560e3
children 9fda024be573
comparison
equal deleted inserted replaced
4732:613390a974df 4733:f9d796a201da
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="1.2.2" date="03.07.2012">
13
14 <change type="change">
15 <para lang="ru">
16 параметр single директивы keepalive теперь игнорируется.
17 </para>
18 <para lang="en">
19 the "single" parameter of the "keepalive" directive is now ignored.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 сжатие SSL теперь отключено
26 в том числе при использовании OpenSSL cтарее 1.0.0.
27 </para>
28 <para lang="en">
29 SSL compression is now disabled when using all versions of OpenSSL,
30 including ones prior to 1.0.0.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директивы proxy_pass, fastcgi_pass, scgi_pass, uwsgi_pass и
37 директива server в блоке upstream
38 теперь поддерживают IPv6-адреса.
39 </para>
40 <para lang="en">
41 the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass" directives, and
42 the "server" directive inside the "upstream" block,
43 now support IPv6 addresses.
44 </para>
45 </change>
46
47 <change type="feature">
48 <para lang="ru">
49 в директиве resolver теперь можно указывать порт и
50 задавать IPv6-адреса DNS-серверов.
51 </para>
52 <para lang="en">
53 the "resolver" directive now support IPv6 addresses and
54 an optional port specification.
55 </para>
56 </change>
57
58 <change type="feature">
59 <para lang="ru">
60 директива least_conn в блоке upstream.
61 </para>
62 <para lang="en">
63 the "least_conn" directive inside the "upstream" block.
64 </para>
65 </change>
66
67 <change type="feature">
68 <para lang="ru">
69 при использовании директивы ip_hash
70 теперь можно задавать веса серверов.
71 </para>
72 <para lang="en">
73 it is now possible to specify a weight for servers
74 while using the "ip_hash" directive.
75 </para>
76 </change>
77
78 <change type="feature">
79 <para lang="ru">
80 директиву "ip_hash" теперь можно использовать для балансировки IPv6 клиентов.
81 </para>
82 <para lang="en">
83 it is now possible to use the "ip_hash" directive to balance IPv6 clients.
84 </para>
85 </change>
86
87 <change type="feature">
88 <para lang="ru">
89 переменную $status теперь можно использовать не только в директиве log_format.
90 </para>
91 <para lang="en">
92 the $status variable can now be used not only in the "log_format" directive.
93 </para>
94 </change>
95
96 <change type="bugfix">
97 <para lang="ru">
98 nginx не собирался с модулем ngx_cpp_test_module;
99 ошибка появилась в 1.1.12.
100 </para>
101 <para lang="en">
102 nginx could not be built with ngx_cpp_test_module;
103 the bug had appeared in 1.1.12.
104 </para>
105 </change>
106
107 <change type="bugfix">
108 <para lang="ru">
109 доступ к переменным из SSI и встроенного перла мог не работать после
110 переконфигурации.<br/>
111 Спасибо Yichun Zhang.
112 </para>
113 <para lang="en">
114 access to variables from SSI and embedded perl module might not work after
115 reconfiguration.<br/>
116 Thanks to Yichun Zhang.
117 </para>
118 </change>
119
120 <change type="bugfix">
121 <para lang="ru">
122 в модуле ngx_http_xslt_filter_module.<br/>
123 Спасибо Kuramoto Eiji.
124 </para>
125 <para lang="en">
126 in the ngx_http_xslt_filter_module.<br/>
127 Thanks to Kuramoto Eiji.
128 </para>
129 </change>
130
131 <change type="bugfix">
132 <para lang="ru">
133 утечки памяти при использовании переменной $geoip_org.<br/>
134 Спасибо Денису Латыпову.
135 </para>
136 <para lang="en">
137 memory leak if $geoip_org variable was used.<br/>
138 Thanks to Denis F. Latypoff.
139 </para>
140 </change>
141
142 <change type="bugfix">
143 <para lang="ru">
144 в директивах proxy_cookie_domain и proxy_cookie_path.
145 </para>
146 <para lang="en">
147 in the "proxy_cookie_domain" and "proxy_cookie_path" directives.
148 </para>
149 </change>
150
151 <change type="bugfix">
152 <para lang="ru">
153 при завершении рабочего процесса мог произойти segmentation fault,
154 если использовалась директива resolver.
155 </para>
156 <para lang="en">
157 a segmentation fault might occur in a worker process on shutdown
158 if the "resolver" directive was used.
159 </para>
160 </change>
161
162 <change type="bugfix">
163 <para lang="ru">
164 в рабочем процессе мог произойти segmentation fault,
165 если использовался модуль ngx_http_mp4_module.
166 </para>
167 <para lang="en">
168 a segmentation fault might occur in a worker process
169 if the ngx_http_mp4_module was used.
170 </para>
171 </change>
172
173 <change type="bugfix">
174 <para lang="ru">
175 в модуле ngx_http_mp4_module.
176 </para>
177 <para lang="en">
178 in the ngx_http_mp4_module.
179 </para>
180 </change>
181
182 <change type="bugfix">
183 <para lang="ru">
184 в рабочем процессе мог произойти segmentation fault,
185 если использовались конфликтующие имена серверов с масками.
186 </para>
187 <para lang="en">
188 a segmentation fault might occur in a worker process
189 if conflicting wildcard server names were used.
190 </para>
191 </change>
192
193 <change type="bugfix">
194 <para lang="ru">
195 на платформе ARM nginx мог аварийно завершаться по сигналу SIGBUS.
196 </para>
197 <para lang="en">
198 nginx might be terminated abnormally on a SIGBUS signal on ARM platform.
199 </para>
200 </change>
201
202 <change type="bugfix">
203 <para lang="ru">
204 во время переконфигурации на HP-UX в лог
205 записывался alert "sendmsg() failed (9: Bad file number)".
206 </para>
207 <para lang="en">
208 an alert "sendmsg() failed (9: Bad file number)" on HP-UX
209 while reconfiguration.
210 </para>
211 </change>
212
213 </changes>
10 214
11 215
12 <changes ver="1.2.1" date="05.06.2012"> 216 <changes ver="1.2.1" date="05.06.2012">
13 217
14 <change type="security"> 218 <change type="security">