# HG changeset patch # User Maxim Dounin # Date 1403011330 -14400 # Node ID 7dd620e507c3070446414c07a7f707416dd75ff0 # Parent 0ffd5caf0766df3e87c122d7961787bc56c5ffd8 nginx-1.7.2 diff -r 0ffd5caf0766 -r 7dd620e507c3 text/en/CHANGES --- a/text/en/CHANGES Tue May 13 11:30:59 2014 +0400 +++ b/text/en/CHANGES Tue Jun 17 17:22:10 2014 +0400 @@ -1,4 +1,24 @@ +Changes with nginx 1.7.2 17 Jun 2014 + + *) Feature: the "hash" directive inside the "upstream" block. + + *) Feature: defragmentation of free shared memory blocks. + Thanks to Wandenberg Peixoto and Yichun Zhang. + + *) Bugfix: a segmentation fault might occur in a worker process if the + default value of the "access_log" directive was used; the bug had + appeared in 1.7.0. + Thanks to Piotr Sikora. + + *) Bugfix: trailing slash was mistakenly removed from the last parameter + of the "try_files" directive. + + *) Bugfix: nginx could not be built on OS X in some cases. + + *) Bugfix: in the ngx_http_spdy_module. + + Changes with nginx 1.7.1 27 May 2014 *) Feature: the "$upstream_cookie_..." variables. diff -r 0ffd5caf0766 -r 7dd620e507c3 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue May 13 11:30:59 2014 +0400 +++ b/text/ru/CHANGES.ru Tue Jun 17 17:22:10 2014 +0400 @@ -1,4 +1,24 @@ +Изменения в nginx 1.7.2 17.06.2014 + + *) Добавление: директива hash в блоке upstream. + + *) Добавление: дефрагментация свободных блоков разделяемой памяти. + Спасибо Wandenberg Peixoto и Yichun Zhang. + + *) Исправление: в рабочем процессе мог произойти segmentation fault, + если использовалось значение access_log по умолчанию; ошибка + появилась в 1.7.0. + Спасибо Piotr Sikora. + + *) Исправление: завершающий слэш ошибочно удалялся из последнего + параметра директивы try_files. + + *) Исправление: nginx мог не собираться на OS X. + + *) Исправление: в модуле ngx_http_spdy_module. + + Изменения в nginx 1.7.1 27.05.2014 *) Добавление: переменные "$upstream_cookie_...". diff -r 0ffd5caf0766 -r 7dd620e507c3 xml/index.xml --- a/xml/index.xml Tue May 13 11:30:59 2014 +0400 +++ b/xml/index.xml Tue Jun 17 17:22:10 2014 +0400 @@ -7,6 +7,13 @@ + + +nginx-1.7.2 +mainline version has been released. + + + nginx-1.7.1 diff -r 0ffd5caf0766 -r 7dd620e507c3 xml/versions.xml --- a/xml/versions.xml Tue May 13 11:30:59 2014 +0400 +++ b/xml/versions.xml Tue Jun 17 17:22:10 2014 +0400 @@ -9,6 +9,7 @@ +