mirror of
https://github.com/nginx/nginx.git
synced 2024-12-26 08:51:03 -06:00
nginx-1.5.2-RELEASE
This commit is contained in:
parent
88fc0f793e
commit
652f6c227b
@ -5,6 +5,55 @@
|
||||
<change_log title="nginx">
|
||||
|
||||
|
||||
<changes ver="1.5.2" date="02.07.2013">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
теперь можно использовать несколько директив error_log.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now several "error_log" directives can be used.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
метод $r->header_in() встроенного перла не возвращал значения строк
|
||||
"Cookie" и "X-Forwarded-For" из заголовка запроса;
|
||||
ошибка появилась в 1.3.14.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the $r->header_in() embedded perl method did not return value of the
|
||||
"Cookie" and "X-Forwarded-For" request header lines;
|
||||
the bug had appeared in 1.3.14.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в модуле ngx_http_spdy_module.<br/>
|
||||
Спасибо Jim Radford.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the ngx_http_spdy_module.<br/>
|
||||
Thanks to Jim Radford.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
nginx не собирался на Linux при использовании x32 ABI.<br/>
|
||||
Спасибо Сергею Иванцову.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx could not be built on Linux with x32 ABI.<br/>
|
||||
Thanks to Serguei Ivantsov.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.5.1" date="04.06.2013">
|
||||
|
||||
<change type="feature">
|
||||
|
Loading…
Reference in New Issue
Block a user