comparison docs/xml/nginx/changes.xml @ 4502:7b7c49639a7b release-1.1.16

nginx-1.1.16-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 29 Feb 2012 13:45:18 +0000
parents 2397e9c72f1b
children dfca420d0446
comparison
equal deleted inserted replaced
4501:cb1d3b48a848 4502:7b7c49639a7b
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.1.16" date="29.02.2012">
13
14 <change type="change">
15 <para lang="ru">
16 ограничение на количество одновременных подзапросов поднято до 200.
17 </para>
18 <para lang="en">
19 the simultaneous subrequest limit has been raised to 200.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 параметр from в директиве disable_symlinks.
26 </para>
27 <para lang="en">
28 the "from" parameter of the "disable_symlinks" directive.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директивы return и error_page теперь могут использоваться для возврата
35 перенаправлений с кодом 307.
36 </para>
37 <para lang="en">
38 the "return" and "error_page" directives can be used to return 307
39 redirections.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 в рабочем процессе мог произойти segmentation fault,
46 если использовалась директива resolver
47 и на глобальном уровне не была задана директива error_log.<br/>
48 Спасибо Роману Арутюняну.
49 </para>
50 <para lang="en">
51 a segmentation fault might occur in a worker process
52 if the "resolver" directive was used
53 and there was no "error_log" directive specified at global level.<br/>
54 Thanks to Roman Arutyunyan.
55 </para>
56 </change>
57
58 <change type="bugfix">
59 <para lang="ru">
60 в рабочем процессе мог произойти segmentation fault,
61 если использовались директивы "proxy_http_version 1.1" или
62 "fastcgi_keep_conn on".
63 </para>
64 <para lang="en">
65 a segmentation fault might occur in a worker process
66 if the "proxy_http_version 1.1" or "fastcgi_keep_conn on" directives
67 were used.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 утечек памяти.<br/>
74 Спасибо Lanshun Zhou.
75 </para>
76 <para lang="en">
77 memory leaks.<br/>
78 Thanks to Lanshun Zhou.
79 </para>
80 </change>
81
82 <change type="bugfix">
83 <para lang="ru">
84 в директиве disable_symlinks.
85 </para>
86 <para lang="en">
87 in the "disable_symlinks" directive.
88 </para>
89 </change>
90
91 <change type="bugfix">
92 <para lang="ru">
93 при использовании ZFS размер кэша на диске мог считаться некорректно;
94 ошибка появилась в 1.0.1.
95 </para>
96 <para lang="en">
97 on ZFS filesystem disk cache size might be calculated incorrectly;
98 the bug had appeared in 1.0.1.
99 </para>
100 </change>
101
102 <change type="bugfix">
103 <para lang="ru">
104 nginx не собирался компилятором icc 12.1.
105 </para>
106 <para lang="en">
107 nginx could not be built by the icc 12.1 compiler.
108 </para>
109 </change>
110
111 <change type="bugfix">
112 <para lang="ru">
113 nginx не собирался gcc на Solaris;
114 ошибка появилась в 1.1.15.
115 </para>
116 <para lang="en">
117 nginx could not be built by gcc on Solaris;
118 the bug had appeared in 1.1.15.
119 </para>
120 </change>
121
122 </changes>
10 123
11 124
12 <changes ver="1.1.15" date="15.02.2012"> 125 <changes ver="1.1.15" date="15.02.2012">
13 126
14 <change type="feature"> 127 <change type="feature">