mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
nginx-1.3.12-RELEASE
This commit is contained in:
parent
94bee544a0
commit
a24e00fbbc
@ -4,6 +4,106 @@
|
|||||||
|
|
||||||
<change_log title="nginx">
|
<change_log title="nginx">
|
||||||
|
|
||||||
|
<changes ver="1.3.12" date="05.02.2013">
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
директивы proxy_bind, fastcgi_bind, memcached_bind, scgi_bind и uwsgi_bind
|
||||||
|
поддерживают переменные.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
variables support in the "proxy_bind", "fastcgi_bind", "memcached_bind",
|
||||||
|
"scgi_bind", and "uwsgi_bind" directives.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
переменные $pipe, $request_length, $time_iso8601 и $time_local
|
||||||
|
теперь можно использовать не только в директиве log_format.<br/>
|
||||||
|
Спасибо Kiril Kalchev.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the $pipe, $request_length, $time_iso8601, and $time_local variables
|
||||||
|
can now be used not only in the "log_format" directive.
|
||||||
|
Thanks to Kiril Kalchev.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
поддержка IPv6 в модуле ngx_http_geoip_module.<br/>
|
||||||
|
Спасибо Gregor Kališnik.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
IPv6 support in the ngx_http_geoip_module.<br/>
|
||||||
|
Thanks to Gregor Kališnik.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
директива proxy_method работала неверно, если была указана на уровне http.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the "proxy_method" directive.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в рабочем процессе мог произойти segmentation fault,
|
||||||
|
если использовался resolver и метод poll.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a segmentation fault might occur in a worker process
|
||||||
|
if resolver was used with the poll method.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
nginx мог нагружать процессор во время SSL handshake с бэкендом
|
||||||
|
при использовании методов обработки соединений select, poll и /dev/poll.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
nginx might hog CPU during SSL handshake with a backend
|
||||||
|
if the select, poll, or /dev/poll methods were used.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
ошибка "[crit] SSL_write() failed (SSL:)".
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "[crit] SSL_write() failed (SSL:)" error.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в диркетиве client_body_in_file_only;
|
||||||
|
ошибка появилась в 1.3.9.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the "client_body_in_file_only" directive;
|
||||||
|
the bug had appeared in 1.3.9.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в директиве fastcgi_keep_conn.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the "fastcgi_keep_conn" directive.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.3.11" date="10.01.2013">
|
<changes ver="1.3.11" date="10.01.2013">
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
|
Loading…
Reference in New Issue
Block a user