changeset 1412:0f85747de5e8

nginx-1.7.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Feb 2015 18:01:32 +0300
parents 8fe28c6edaa1
children 987494fc5e7b
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 61 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Feb 10 14:08:24 2015 +0300
+++ b/text/en/CHANGES	Tue Feb 10 18:01:32 2015 +0300
@@ -1,4 +1,31 @@
 
+Changes with nginx 1.7.10                                        10 Feb 2015
+
+    *) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
+       "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
+       directives.
+
+    *) Feature: the $upstream_header_time variable.
+
+    *) Workaround: now on disk overflow nginx tries to write error logs once
+       a second only.
+
+    *) Bugfix: the "try_files" directive did not ignore normal files while
+       testing directories.
+       Thanks to Damien Tournoud.
+
+    *) Bugfix: alerts "sendfile() failed" if the "sendfile" directive was
+       used on OS X; the bug had appeared in 1.7.8.
+
+    *) Bugfix: alerts "sem_post() failed" might appear in logs.
+
+    *) Bugfix: nginx could not be built with musl libc.
+       Thanks to James Taylor.
+
+    *) Bugfix: nginx could not be built on Tru64 UNIX.
+       Thanks to Goetz T. Fischer.
+
+
 Changes with nginx 1.7.9                                         23 Dec 2014
 
     *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
--- a/text/ru/CHANGES.ru	Tue Feb 10 14:08:24 2015 +0300
+++ b/text/ru/CHANGES.ru	Tue Feb 10 18:01:32 2015 +0300
@@ -1,4 +1,30 @@
 
+Изменения в nginx 1.7.10                                          10.02.2015
+
+    *) Добавление: параметр use_temp_path директив proxy_cache_path,
+       fastcgi_cache_path, scgi_cache_path и uwsgi_cache_path.
+
+    *) Добавление: переменная $upstream_header_time.
+
+    *) Изменение: теперь при переполнении диска nginx пытается писать
+       error_log'и только раз в секунду.
+
+    *) Исправление: директива try_files при тестировании каталогов не
+       игнорировала обычные файлы.
+       Спасибо Damien Tournoud.
+
+    *) Исправление: при использовании директивы sendfile на OS X возникали
+       ошибки "sendfile() failed"; ошибка появилась в nginx 1.7.8.
+
+    *) Исправление: в лог могли писаться сообщения "sem_post() failed".
+
+    *) Исправление: nginx не собирался с musl libc.
+       Спасибо James Taylor.
+
+    *) Исправление: nginx не собирался на Tru64 UNIX.
+       Спасибо Goetz T. Fischer.
+
+
 Изменения в nginx 1.7.9                                           23.12.2014
 
     *) Добавление: директивы proxy_cache, fastcgi_cache, scgi_cache и
--- a/xml/index.xml	Tue Feb 10 14:08:24 2015 +0300
+++ b/xml/index.xml	Tue Feb 10 18:01:32 2015 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2015-02-10">
+<para>
+<link doc="en/download.xml">nginx-1.7.10</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2014-12-23">
 <para>
 <link doc="en/download.xml">nginx-1.7.9</link>
--- a/xml/versions.xml	Tue Feb 10 14:08:24 2015 +0300
+++ b/xml/versions.xml	Tue Feb 10 18:01:32 2015 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.7.10" />
 <item ver="1.7.9" />
 <item ver="1.7.8" />
 <item ver="1.7.7" />