mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 01:12:40 +08:00
nginx-1.1.4-RELEASE
This commit is contained in:
parent
afe2e3d082
commit
e70ed7936a
@ -9,6 +9,89 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="1.1.4" date="20.09.2011">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
модуль ngx_http_upstream_keepalive.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the ngx_http_upstream_keepalive module.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
директива proxy_http_version.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "proxy_http_version" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
директива fastcgi_keep_conn.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "fastcgi_keep_conn" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
директива worker_aio_requests.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "worker_aio_requests" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
если nginx был собран с файловым AIO,
|
||||
он не мог запускаться на Linux без поддержки AIO.
|
||||
</para>
|
||||
<para lang="en">
|
||||
if nginx was built --with-file-aio it could not be run on Linux
|
||||
kernel which did not support AIO.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в обработке ошибок при работе с Linux AIO.
|
||||
<br/>
|
||||
Спасибо Hagai Avrahami.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in Linux AIO error processing.
|
||||
<br/>
|
||||
Thanks to Hagai Avrahami.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
уменьшено потребление памяти для долгоживущих запросов.
|
||||
</para>
|
||||
<para lang="en">
|
||||
reduced memory consumption for long-lived requests.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
модуль ngx_http_mp4_module не поддерживал 64-битный MP4-атом co64.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the module ngx_http_mp4_module did not support 64-bit MP4 "co64" atom.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.1.3" date="14.09.2011">
|
||||
|
||||
<change type="feature">
|
||||
|
Loading…
Reference in New Issue
Block a user