# HG changeset patch # User Maxim Dounin # Date 1493130601 -10800 # Node ID 57a1ef2902bf4faf5ec7ec565117f6f0ccdde418 # Parent e4f6672ea90538b939d69b81de7710c40650f62b nginx-1.13.0 diff -r e4f6672ea905 -r 57a1ef2902bf text/en/CHANGES --- 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", diff -r e4f6672ea905 -r 57a1ef2902bf text/ru/CHANGES.ru --- 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, diff -r e4f6672ea905 -r 57a1ef2902bf xml/index.xml --- 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 @@ + + +nginx-1.13.0 +mainline version has been released. + + + nginx-1.12.0 diff -r e4f6672ea905 -r 57a1ef2902bf xml/versions.xml --- 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 @@ - +