comparison docs/xml/nginx/changes.xml @ 5278:50f065641b4c stable-1.4 release-1.4.2

nginx-1.4.2-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 17 Jul 2013 16:51:21 +0400
parents 0702de638a4c
children 69ffaca77955
comparison
equal deleted inserted replaced
5277:edc479bf33b1 5278:50f065641b4c
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.4.2" date="17.07.2013">
9
10 <change type="bugfix">
11 <para lang="ru">
12 метод $r->header_in() встроенного перла не возвращал значения строк
13 "Cookie" и "X-Forwarded-For" из заголовка запроса;
14 ошибка появилась в 1.3.14.
15 </para>
16 <para lang="en">
17 the $r->header_in() embedded perl method did not return value of the
18 "Cookie" and "X-Forwarded-For" request header lines;
19 the bug had appeared in 1.3.14.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 nginx не собирался с модулем ngx_mail_ssl_module,
26 но без модуля ngx_http_ssl_module;
27 ошибка появилась в 1.3.14.
28 </para>
29 <para lang="en">
30 nginx could not be built with the ngx_mail_ssl_module,
31 but without ngx_http_ssl_module;
32 the bug had appeared in 1.3.14.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 в директиве proxy_set_body.<br/>
39 Спасибо Lanshun Zhou.
40 </para>
41 <para lang="en">
42 in the "proxy_set_body" directive.<br/>
43 Thanks to Lanshun Zhou.
44 </para>
45 </change>
46
47 <change type="bugfix">
48 <para lang="ru">
49 параметр fail_timeout директивы server
50 в блоке upstream мог не работать,
51 если использовался параметр max_fails;
52 ошибка появилась в 1.3.0.
53 </para>
54 <para lang="en">
55 the "fail_timeout" parameter of the "server" directive
56 in the "upstream" context might not work
57 if "max_fails" parameter was used;
58 the bug had appeared in 1.3.0.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 в рабочем процессе мог произойти segmentation fault,
65 если использовалась директива ssl_stapling.<br/>
66 Спасибо Piotr Sikora.
67 </para>
68 <para lang="en">
69 a segmentation fault might occur in a worker process
70 if the "ssl_stapling" directive was used.<br/>
71 Thanks to Piotr Sikora.
72 </para>
73 </change>
74
75 <change type="bugfix">
76 <para lang="ru">
77 nginx/Windows мог перестать принимать соединения,
78 если использовалось несколько рабочих процессов.
79 </para>
80 <para lang="en">
81 nginx/Windows might stop accepting connections
82 if several worker processes were used.
83 </para>
84 </change>
85
86 </changes>
6 87
7 88
8 <changes ver="1.4.1" date="07.05.2013"> 89 <changes ver="1.4.1" date="07.05.2013">
9 90
10 <change type="security"> 91 <change type="security">