changeset 1383:0f63ac5c9463

nginx-1.7.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Dec 2014 18:34:38 +0300
parents 94cac978bda3
children 66ee77849563
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 72 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Dec 23 11:35:33 2014 +0300
+++ b/text/en/CHANGES	Tue Dec 23 18:34:38 2014 +0300
@@ -1,4 +1,36 @@
 
+Changes with nginx 1.7.9                                         23 Dec 2014
+
+    *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
+       "scgi_cache", and "uwsgi_cache" directives.
+
+    *) Feature: variables support in the "expires" directive.
+
+    *) Feature: loading of secret keys from hardware tokens with OpenSSL
+       engines.
+       Thanks to Dmitrii Pichulin.
+
+    *) Feature: the "autoindex_format" directive.
+
+    *) Bugfix: cache revalidation is now only used for responses with 200
+       and 206 status codes.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: the "TE" client request header line was passed to backends
+       while proxying.
+
+    *) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
+       "uwsgi_pass" directives might not work correctly inside the "if" and
+       "limit_except" blocks.
+
+    *) Bugfix: the "proxy_store" directive with the "on" parameter was
+       ignored if the "proxy_store" directive with an explicitly specified
+       file path was used on a previous level.
+
+    *) Bugfix: nginx could not be built with BoringSSL.
+       Thanks to Lukas Tribus.
+
+
 Changes with nginx 1.7.8                                         02 Dec 2014
 
     *) Change: now the "If-Modified-Since", "If-Range", etc. client request
--- a/text/ru/CHANGES.ru	Tue Dec 23 11:35:33 2014 +0300
+++ b/text/ru/CHANGES.ru	Tue Dec 23 18:34:38 2014 +0300
@@ -1,4 +1,36 @@
 
+Изменения в nginx 1.7.9                                           23.12.2014
+
+    *) Добавление: директивы proxy_cache, fastcgi_cache, scgi_cache и
+       uwsgi_cache поддерживают переменные.
+
+    *) Добавление: директива expires поддерживает переменные.
+
+    *) Добавление: возможность загрузки секретных ключей с аппаратных
+       устройств с помощью OpenSSL engines.
+       Спасибо Дмитрию Пичулину.
+
+    *) Добавление: директива autoindex_format.
+
+    *) Исправление: ревалидация элементов кэша теперь используется только
+       для ответов с кодами 200 и 206.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: строка "TE" заголовка запроса клиента передавалась на
+       бэкенд при проксировании.
+
+    *) Исправление: директивы proxy_pass, fastcgi_pass, scgi_pass и
+       uwsgi_pass могли неправильно работать внутри блоков if и
+       limit_except.
+
+    *) Исправление: директива proxy_store с параметром "on" игнорировалась,
+       если на предыдущем уровне использовалась директива proxy_store с явно
+       заданным путём к файлам.
+
+    *) Исправление: nginx не собирался с BoringSSL.
+       Спасибо Lukas Tribus.
+
+
 Изменения в nginx 1.7.8                                           02.12.2014
 
     *) Изменение: теперь строки "If-Modified-Since", "If-Range" и им
--- a/xml/index.xml	Tue Dec 23 11:35:33 2014 +0300
+++ b/xml/index.xml	Tue Dec 23 18:34:38 2014 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2014-12-23">
+<para>
+<link doc="en/download.xml">nginx-1.7.9</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2014-12-02">
 <para>
 <link doc="en/download.xml">nginx-1.7.8</link>
--- a/xml/versions.xml	Tue Dec 23 11:35:33 2014 +0300
+++ b/xml/versions.xml	Tue Dec 23 18:34:38 2014 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.7.9" />
 <item ver="1.7.8" />
 <item ver="1.7.7" />
 <item ver="1.7.6" />