changeset 2200:c551c13e159d

nginx-1.15.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Jul 2018 18:21:54 +0300
parents 1d60e4b4ed64
children 85c8fecd7309
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 51 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Jul 03 15:52:40 2018 +0300
+++ b/text/en/CHANGES	Tue Jul 03 18:21:54 2018 +0300
@@ -1,4 +1,24 @@
 
+Changes with nginx 1.15.1                                        03 Jul 2018
+
+    *) Feature: the "random" directive inside the "upstream" block.
+
+    *) Feature: improved performance when using the "hash" and "ip_hash"
+       directives with the "zone" directive.
+
+    *) Feature: the "reuseport" parameter of the "listen" directive now uses
+       SO_REUSEPORT_LB on FreeBSD 12.
+
+    *) Bugfix: HTTP/2 server push did not work if SSL was terminated by a
+       proxy server in front of nginx.
+
+    *) Bugfix: the "tcp_nopush" directive was always used on backend
+       connections.
+
+    *) Bugfix: sending a disk-buffered request body to a gRPC backend might
+       fail.
+
+
 Changes with nginx 1.15.0                                        05 Jun 2018
 
     *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
--- a/text/ru/CHANGES.ru	Tue Jul 03 15:52:40 2018 +0300
+++ b/text/ru/CHANGES.ru	Tue Jul 03 18:21:54 2018 +0300
@@ -1,4 +1,24 @@
 
+Изменения в nginx 1.15.1                                          03.07.2018
+
+    *) Добавление: директива random в блоке upstream.
+
+    *) Добавление: улучшена производительность при использовании директив
+       hash и ip_hash совместно с директивой zone.
+
+    *) Добавление: параметр reuseport директивы listen теперь использует
+       SO_REUSEPORT_LB на FreeBSD 12.
+
+    *) Исправление: HTTP/2 server push не работал, если SSL терминировался
+       прокси-сервером перед nginx'ом.
+
+    *) Исправление: директива tcp_nopush всегда использовалась для
+       соединений к бэкендам.
+
+    *) Исправление: при отправке сохранённого на диск тела запроса на
+       gRPC-бэкенд могли возникать ошибки.
+
+
 Изменения в nginx 1.15.0                                          05.06.2018
 
     *) Изменение: директива "ssl" теперь считается устаревшей; вместо неё
--- a/xml/index.xml	Tue Jul 03 15:52:40 2018 +0300
+++ b/xml/index.xml	Tue Jul 03 18:21:54 2018 +0300
@@ -7,6 +7,16 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2018-07-03">
+<para>
+<link doc="en/download.xml">nginx-1.15.1</link>
+mainline version has been released,
+featuring
+<link doc="en/docs/http/ngx_http_upstream_module.xml" id="random">random load
+balancing method</link>.
+</para>
+</event>
+
 <event date="2018-06-19">
 <para>
 <link doc="en/docs/njs_about.xml">njs-0.2.2</link>
--- a/xml/versions.xml	Tue Jul 03 15:52:40 2018 +0300
+++ b/xml/versions.xml	Tue Jul 03 18:21:54 2018 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.15.1" />
 <item ver="1.15.0" />
 
 </download>