changeset 5257:5bdca4812974 release-1.5.2

nginx-1.5.2-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Jul 2013 16:28:50 +0400
parents b66ec10e901a
children cdad9e47864f
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 49 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -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">