changeset 1977:57a1ef2902bf

nginx-1.13.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Apr 2017 17:30:01 +0300
parents e4f6672ea905
children 8f1a568a8bbf
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 55 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Mon Apr 24 15:48:43 2017 +0300
+++ b/text/en/CHANGES	Tue Apr 25 17:30:01 2017 +0300
@@ -1,4 +1,27 @@
 
+Changes with nginx 1.13.0                                        25 Apr 2017
+
+    *) Change: SSL renegotiation is now allowed on backend connections.
+
+    *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
+       directives of the mail proxy and stream modules.
+
+    *) Feature: the "return" and "error_page" directives can now be used to
+       return 308 redirections.
+       Thanks to Simon Leblanc.
+
+    *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
+
+    *) Feature: when logging signals nginx now logs PID of the process which
+       sent the signal.
+
+    *) Bugfix: in memory allocation error handling.
+
+    *) Bugfix: if a server in the stream module listened on a wildcard
+       address, the source address of a response UDP datagram could differ
+       from the original datagram destination address.
+
+
 Changes with nginx 1.11.13                                       04 Apr 2017
 
     *) Feature: the "http_429" parameter of the "proxy_next_upstream",
--- a/text/ru/CHANGES.ru	Mon Apr 24 15:48:43 2017 +0300
+++ b/text/ru/CHANGES.ru	Tue Apr 25 17:30:01 2017 +0300
@@ -1,4 +1,28 @@
 
+Изменения в nginx 1.13.0                                          25.04.2017
+
+    *) Изменение: теперь SSL renegotiation допускается в соединениях к
+       бэкендам.
+
+    *) Добавление: параметры rcvbuf и sndbuf директив listen в почтовом
+       прокси-сервере и модуле stream.
+
+    *) Добавление: директивы return и error_page теперь могут использоваться
+       для возврата перенаправлений с кодом 308.
+       Спасибо Simon Leblanc.
+
+    *) Добавление: параметр TLSv1.3 в директиве ssl_protocols.
+
+    *) Добавление: при логгировании сигналов теперь указывается PID
+       отправившего сигнал процесса.
+
+    *) Исправление: в обработке ошибок выделения памяти.
+
+    *) Исправление: если сервер в модуле stream слушал на wildcard-адресе,
+       исходящий адрес ответного UDP-пакета мог отличаться от адреса
+       назначения исходного пакета.
+
+
 Изменения в nginx 1.11.13                                         04.04.2017
 
     *) Добавление: параметр http_429 в директивах proxy_next_upstream,
--- a/xml/index.xml	Mon Apr 24 15:48:43 2017 +0300
+++ b/xml/index.xml	Tue Apr 25 17:30:01 2017 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2017-04-25">
+<para>
+<link doc="en/download.xml">nginx-1.13.0</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2017-04-12">
 <para>
 <link doc="en/download.xml">nginx-1.12.0</link>
--- a/xml/versions.xml	Mon Apr 24 15:48:43 2017 +0300
+++ b/xml/versions.xml	Tue Apr 25 17:30:01 2017 +0300
@@ -9,7 +9,7 @@
 
 <download tag="mainline" changes="">
 
-<item ver="1.11.13" />
+<item ver="1.13.0" />
 
 </download>