comparison docs/xml/nginx/changes.xml @ 4861:e8aa72e49ef3 stable-1.2 release-1.2.4

nginx-1.2.4-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Sep 2012 13:42:43 +0000
parents 0275f587e00b
children d763d5c9a133
comparison
equal deleted inserted replaced
4860:ce42f6b8d1d2 4861:e8aa72e49ef3
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.2.4" date="25.09.2012">
9
10 <change type="bugfix">
11 <para lang="ru">
12 в директиве "limit_req";
13 ошибка появилась в 1.1.14.<br/>
14 Спасибо Charles Chen.
15 </para>
16 <para lang="en">
17 in the "limit_req" directive;
18 the bug had appeared in 1.1.14.<br/>
19 Thanks to Charles Chen.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 nginx не собирался gcc 4.7 с оптимизацией -O2
26 если использовался параметр --with-ipv6.
27 </para>
28 <para lang="en">
29 nginx could not be built by gcc 4.7 with -O2 optimization
30 if the --with-ipv6 option was used.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 в рабочем процессе мог произойти segmentation fault,
37 если в директиве map в качестве значений использовались переменные.
38 </para>
39 <para lang="en">
40 a segmentation fault might occur in a worker process
41 if the "map" directive was used with variables as values.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 в рабочем процессе мог произойти segmentation fault
48 при использовании директивы geo с параметром ranges,
49 но без параметра default; ошибка появилась в 0.8.43.<br/>
50 Спасибо Zhen Chen и Weibin Yao.
51 </para>
52 <para lang="en">
53 a segmentation fault might occur in a worker process
54 if the "geo" directive was used with the "ranges" parameter
55 but without the "default" parameter; the bug had appeared in 0.8.43.<br/>
56 Thanks to Zhen Chen and Weibin Yao.
57 </para>
58 </change>
59
60 <change type="bugfix">
61 <para lang="ru">
62 в обработке параметра командной строки -p.
63 </para>
64 <para lang="en">
65 in the -p command-line parameter handling.
66 </para>
67 </change>
68
69 <change type="bugfix">
70 <para lang="ru">
71 в почтовом прокси-сервере.
72 </para>
73 <para lang="en">
74 in the mail proxy server.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 незначительных потенциальных ошибок.<br/>
81 Спасибо Coverity.
82 </para>
83 <para lang="en">
84 of minor potential bugs.<br/>
85 Thanks to Coverity.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 nginx/Windows не собирался с Visual Studio 2005 Express.<br/>
92 Спасибо HAYASHI Kentaro.
93 </para>
94 <para lang="en">
95 nginx/Windows could not be built with Visual Studio 2005 Express.<br/>
96 Thanks to HAYASHI Kentaro.
97 </para>
98 </change>
99
100 </changes>
6 101
7 102
8 <changes ver="1.2.3" date="07.08.2012"> 103 <changes ver="1.2.3" date="07.08.2012">
9 104
10 <change type="feature"> 105 <change type="feature">