changeset 1229:7dd620e507c3

nginx-1.7.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Jun 2014 17:22:10 +0400
parents 0ffd5caf0766
children 6cc809881694
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 48 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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_...".
--- 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 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2014-06-17">
+<para>
+<link doc="en/download.xml">nginx-1.7.2</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2014-05-27">
 <para>
 <link doc="en/download.xml">nginx-1.7.1</link>
--- 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 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.7.2" />
 <item ver="1.7.1" />
 <item ver="1.7.0" />