]> git.kaiwu.me - nginx.git/commitdiff
nginx-1.7.2-RELEASE release-1.7.2
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 17 Jun 2014 12:51:25 +0000 (16:51 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 17 Jun 2014 12:51:25 +0000 (16:51 +0400)
docs/xml/nginx/changes.xml

index 148558571ca0937de9520896f2cb66967f69f54c..23a948247536e389b55c0fd9b274f122d1b71aca 100644 (file)
@@ -5,6 +5,75 @@
 <change_log title="nginx">
 
 
+<changes ver="1.7.2" date="17.06.2014">
+
+<change type="feature">
+<para lang="ru">
+директива hash в блоке upstream.
+</para>
+<para lang="en">
+the "hash" directive inside the "upstream" block.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+дефрагментация свободных блоков разделяемой памяти.<br/>
+Спасибо Wandenberg Peixoto и Yichun Zhang.
+</para>
+<para lang="en">
+defragmentation of free shared memory blocks.<br/>
+Thanks to Wandenberg Peixoto and Yichun Zhang.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если использовалось значение access_log по умолчанию;
+ошибка появилась в 1.7.0.<br/>
+Спасибо Piotr Sikora.
+</para>
+<para lang="en">
+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.<br/>
+Thanks to Piotr Sikora.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+завершающий слэш ошибочно удалялся
+из последнего параметра директивы try_files.
+</para>
+<para lang="en">
+trailing slash was mistakenly removed
+from the last parameter of the "try_files" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx мог не собираться на OS X.
+</para>
+<para lang="en">
+nginx could not be built on OS X in some cases.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_spdy_module.
+</para>
+<para lang="en">
+in the ngx_http_spdy_module.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.7.1" date="27.05.2014">
 
 <change type="feature">