changeset 1603:ba521d29863b

nginx-1.9.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Nov 2015 18:00:52 +0300
parents bc25f237a966
children 8aebef52e938
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 50 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,24 @@
 
+Changes with nginx 1.9.7                                         17 Nov 2015
+
+    *) Feature: the "nohostname" parameter of logging to syslog.
+
+    *) Feature: the "proxy_cache_convert_head" directive.
+
+    *) Feature: the $realip_remote_addr in the ngx_http_realip_module.
+
+    *) Bugfix: the "expires" directive might not work when using variables.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/2; the bug had appeared in 1.9.6.
+
+    *) Bugfix: if nginx was built with the ngx_http_v2_module it was
+       possible to use the HTTP/2 protocol even if the "http2" parameter of
+       the "listen" directive was not specified.
+
+    *) Bugfix: in the ngx_http_v2_module.
+
+
 Changes with nginx 1.9.6                                         27 Oct 2015
 
     *) Bugfix: a segmentation fault might occur in a worker process when
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,26 @@
 
+Изменения в nginx 1.9.7                                           17.11.2015
+
+    *) Добавление: параметр nohostname логгирования в syslog.
+
+    *) Добавление: директива proxy_cache_convert_head.
+
+    *) Добавление: переменная $realip_remote_addr в модуле
+       ngx_http_realip_module.
+
+    *) Исправление: директива expires могла не срабатывать при использовании
+       переменных.
+
+    *) Исправление: при использовании HTTP/2 в рабочем процессе мог
+       произойти segmentation fault; ошибка появилась в 1.9.6.
+
+    *) Исправление: если nginx был собран с модулем ngx_http_v2_module,
+       протокол HTTP/2 мог быть использован клиентом, даже если не был
+       указан параметр http2 директивы listen.
+
+    *) Исправление: в модуле ngx_http_v2_module.
+
+
 Изменения в nginx 1.9.6                                           27.10.2015
 
     *) Исправление: при использовании HTTP/2 в рабочем процессе мог
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2015-11-17">
+<para>
+<link doc="en/download.xml">nginx-1.9.7</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2015-10-27">
 <para>
 <link doc="en/download.xml">nginx-1.9.6</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.9.7" />
 <item ver="1.9.6" />
 <item ver="1.9.5" />
 <item ver="1.9.4" />