comparison docs/xml/nginx/changes.xml @ 4389:ade8fc136430 release-1.1.12

nginx-1.1.12-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Dec 2011 15:05:17 +0000
parents 6af0f5881f0a
children 0b649a651094
comparison
equal deleted inserted replaced
4388:005fc2d5e84f 4389:ade8fc136430
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.12" date="26.12.2011">
13
14 <change type="change">
15 <para lang="ru">
16 после перенаправления запроса с помощью директивы error_page
17 директива proxy_pass без URI теперь использует изменённый URI;<br/>
18 Спасибо Lanshun Zhou.
19 </para>
20 <para lang="en">
21 a "proxy_pass" directive without URI part now uses changed URI
22 after redirection with the "error_page" directive;<br/>
23 Thanks to Lanshun Zhou.
24 </para>
25 </change>
26
27 <change type="feature">
28 <para lang="ru">
29 директивы proxy/fastcgi/scgi/uwsgi_cache_lock,
30 proxy/fastcgi/scgi/uwsgi_cache_lock_timeout.
31 </para>
32 <para lang="en">
33 the "proxy/fastcgi/scgi/uwsgi_cache_lock",
34 "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.
35 </para>
36 </change>
37
38 <change type="feature">
39 <para lang="ru">
40 директива pcre_jit.
41 </para>
42 <para lang="en">
43 the "pcre_jit" directive.
44 </para>
45 </change>
46
47 <change type="feature">
48 <para lang="ru">
49 SSI команда if поддерживает выделения в регулярных выражениях.
50 </para>
51 <para lang="en">
52 the "if" SSI command supports captures in regular expressions.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 SSI команда if не работала внутри команды block.
59 </para>
60 <para lang="en">
61 the "if" SSI command did not work inside the "block" command.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 директивы limit_conn_log_level и limit_req_log_level могли не работать.
68 </para>
69 <para lang="en">
70 the "limit_conn_log_level" and "limit_req_log_level" directives might not work.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 директива limit_rate не позволяла передавать на полной скорости,
77 даже если был указан очень большой лимит.
78 </para>
79 <para lang="en">
80 the "limit_rate" directive did not allow to use full throughput,
81 even if limit value was very high.
82 </para>
83 </change>
84
85 <change type="bugfix">
86 <para lang="ru">
87 директива sendfile_max_chunk не работала,
88 если использовалась директива limit_rate.
89 </para>
90 <para lang="en">
91 the "sendfile_max_chunk" directive did not work,
92 if the "limit_rate" directive was used.
93 </para>
94 </change>
95
96 <change type="bugfix">
97 <para lang="ru">
98 если в директиве proxy_pass использовались переменные и не был указан URI,
99 всегда использовался URI исходного запроса.
100 </para>
101 <para lang="en">
102 a "proxy_pass" directive without URI part always used original request URI
103 if variables were used.
104 </para>
105 </change>
106
107 <change type="bugfix">
108 <para lang="ru">
109 после перенаправления запроса с помощью директивы try_files
110 директива proxy_pass без URI могла использовать URI исходного запроса;<br/>
111 Спасибо Lanshun Zhou.
112 </para>
113 <para lang="en">
114 a "proxy_pass" directive without URI part might use original request
115 after redirection with the "try_files" directive;<br/>
116 Thanks to Lanshun Zhou.
117 </para>
118 </change>
119
120 <change type="bugfix">
121 <para lang="ru">
122 в модуле ngx_http_scgi_module.
123 </para>
124 <para lang="en">
125 in the ngx_http_scgi_module.
126 </para>
127 </change>
128
129 <change type="bugfix">
130 <para lang="ru">
131 в модуле ngx_http_mp4_module.
132 </para>
133 <para lang="en">
134 in the ngx_http_mp4_module.
135 </para>
136 </change>
137
138 <change type="bugfix">
139 <para lang="ru">
140 nginx не собирался на Solaris;
141 ошибка появилась в 1.1.9.
142 </para>
143 <para lang="en">
144 nginx could not be built on Solaris;
145 the bug had appeared in 1.1.9.
146 </para>
147 </change>
148
149 </changes>
10 150
11 151
12 <changes ver="1.1.11" date="12.12.2011"> 152 <changes ver="1.1.11" date="12.12.2011">
13 153
14 <change type="feature"> 154 <change type="feature">