mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
nginx-1.3.4-RELEASE
This commit is contained in:
parent
deaf22d220
commit
4cc5f14b0c
@ -9,6 +9,69 @@
|
|||||||
<title lang="en">nginx changelog</title>
|
<title lang="en">nginx changelog</title>
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="1.3.4" date="31.07.2012">
|
||||||
|
|
||||||
|
<change type="change">
|
||||||
|
<para lang="ru">
|
||||||
|
теперь на слушающих IPv6-сокетах параметр ipv6only
|
||||||
|
включён по умолчанию.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "ipv6only" parameter is now turned on by default for
|
||||||
|
listening IPv6 sockets.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
поддержка компилятора Clang.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the Clang compiler support.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
могли создаваться лишние слушающие сокеты.<br/>
|
||||||
|
Спасибо Роману Одайскому.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
extra listening sockets might be created.<br/>
|
||||||
|
Thanks to Roman Odaisky.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
nginx/Windows мог нагружать процессор, если при запуске рабочего процесса
|
||||||
|
происходила ошибка.<br/>
|
||||||
|
Спасибо Ricardo Villalobos Guevara.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
nginx/Windows might hog CPU if a worker process failed to start.<br/>
|
||||||
|
Thanks to Ricardo Villalobos Guevara.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
директивы proxy_pass_header, fastcgi_pass_header, scgi_pass_header,
|
||||||
|
uwsgi_pass_header, proxy_hide_header, fastcgi_hide_header,
|
||||||
|
scgi_hide_header и uwsgi_hide_header
|
||||||
|
могли наследоваться некорректно.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header",
|
||||||
|
"uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header",
|
||||||
|
"scgi_hide_header", and "uwsgi_hide_header" directives
|
||||||
|
might be inherited incorrectly.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.3.3" date="10.07.2012">
|
<changes ver="1.3.3" date="10.07.2012">
|
||||||
|
|
||||||
<change type="feature">
|
<change type="feature">
|
||||||
|
Loading…
Reference in New Issue
Block a user