changeset 2031:65dd3c7c076a

nginx-1.13.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Sep 2017 18:19:18 +0300
parents 5382bfa8a770
children 0f02c8654e45
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 38 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Aug 29 16:08:31 2017 +0300
+++ b/text/en/CHANGES	Tue Sep 05 18:19:18 2017 +0300
@@ -1,4 +1,19 @@
 
+Changes with nginx 1.13.5                                        05 Sep 2017
+
+    *) Feature: the $ssl_client_escaped_cert variable.
+
+    *) Bugfix: the "ssl_session_ticket_key" directive and the "include"
+       parameter of the "geo" directive did not work on Windows.
+
+    *) Bugfix: incorrect response length was returned on 32-bit platforms
+       when requesting more than 4 gigabytes with multiple ranges.
+
+    *) Bugfix: the "expires modified" directive and processing of the
+       "If-Range" request header line did not use the response last
+       modification time if proxying without caching was used.
+
+
 Changes with nginx 1.13.4                                        08 Aug 2017
 
     *) Feature: the ngx_http_mirror_module.
--- a/text/ru/CHANGES.ru	Tue Aug 29 16:08:31 2017 +0300
+++ b/text/ru/CHANGES.ru	Tue Sep 05 18:19:18 2017 +0300
@@ -1,4 +1,19 @@
 
+Изменения в nginx 1.13.5                                          05.09.2017
+
+    *) Добавление: переменная $ssl_client_escaped_cert.
+
+    *) Исправление: директива ssl_session_ticket_key и параметр include
+       директивы geo не работали на Windows.
+
+    *) Исправление: на 32-битных платформах при запросе более 4 гигабайт с
+       помощью нескольких диапазонов возвращалась некорректная длина ответа.
+
+    *) Исправление: директива "expires modified" и обработка строки If-Range
+       заголовка запроса не учитывали время последнего изменения ответа,
+       если использовалось проксирование без кэширования.
+
+
 Изменения в nginx 1.13.4                                          08.08.2017
 
     *) Добавление: модуль ngx_http_mirror_module.
--- a/xml/index.xml	Tue Aug 29 16:08:31 2017 +0300
+++ b/xml/index.xml	Tue Sep 05 18:19:18 2017 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2017-09-05">
+<para>
+<link doc="en/download.xml">nginx-1.13.5</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2017-08-08">
 <para>
 <link doc="en/download.xml">nginx-1.13.4</link>
--- a/xml/versions.xml	Tue Aug 29 16:08:31 2017 +0300
+++ b/xml/versions.xml	Tue Sep 05 18:19:18 2017 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.13.5" />
 <item ver="1.13.4" />
 <item ver="1.13.3" />
 <item ver="1.13.2" />