# HG changeset patch # User Maxim Dounin # Date 1372771492 -14400 # Node ID edc2c630ba62ed02a3c419f40294955073d1fc85 # Parent c1751a5e538a32f6eb6bd0e9b19f5816907accb6 nginx-1.5.2 diff -r c1751a5e538a -r edc2c630ba62 text/en/CHANGES --- a/text/en/CHANGES Thu Jun 27 13:18:24 2013 +0400 +++ b/text/en/CHANGES Tue Jul 02 17:24:52 2013 +0400 @@ -1,4 +1,19 @@ +Changes with nginx 1.5.2 02 Jul 2013 + + *) Feature: now several "error_log" directives can be used. + + *) Bugfix: 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. + + *) Bugfix: in the ngx_http_spdy_module. + Thanks to Jim Radford. + + *) Bugfix: nginx could not be built on Linux with x32 ABI. + Thanks to Serguei Ivantsov. + + Changes with nginx 1.5.1 04 Jun 2013 *) Feature: the "ssi_last_modified", "sub_filter_last_modified", and diff -r c1751a5e538a -r edc2c630ba62 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Thu Jun 27 13:18:24 2013 +0400 +++ b/text/ru/CHANGES.ru Tue Jul 02 17:24:52 2013 +0400 @@ -1,4 +1,19 @@ +Изменения в nginx 1.5.2 02.07.2013 + + *) Добавление: теперь можно использовать несколько директив error_log. + + *) Исправление: метод $r->header_in() встроенного перла не возвращал + значения строк "Cookie" и "X-Forwarded-For" из заголовка запроса; + ошибка появилась в 1.3.14. + + *) Исправление: в модуле ngx_http_spdy_module. + Спасибо Jim Radford. + + *) Исправление: nginx не собирался на Linux при использовании x32 ABI. + Спасибо Сергею Иванцову. + + Изменения в nginx 1.5.1 04.06.2013 *) Добавление: директивы ssi_last_modified, sub_filter_last_modified и diff -r c1751a5e538a -r edc2c630ba62 xml/index.xml --- a/xml/index.xml Thu Jun 27 13:18:24 2013 +0400 +++ b/xml/index.xml Tue Jul 02 17:24:52 2013 +0400 @@ -7,6 +7,13 @@ + + +nginx-1.5.2 +mainline version has been released. + + + nginx-1.5.1 diff -r c1751a5e538a -r edc2c630ba62 xml/versions.xml --- a/xml/versions.xml Thu Jun 27 13:18:24 2013 +0400 +++ b/xml/versions.xml Tue Jul 02 17:24:52 2013 +0400 @@ -9,6 +9,7 @@ +