# HG changeset patch # User Maxim Dounin # Date 1496156608 -10800 # Node ID e92780d00a6dc1c904238d449296f10aae439025 # Parent 4f3dd2f548cf3426db12cf17819bd414bd90d3b0 nginx-1.13.1 diff -r 4f3dd2f548cf -r e92780d00a6d text/en/CHANGES --- a/text/en/CHANGES Fri May 26 18:58:03 2017 +0300 +++ b/text/en/CHANGES Tue May 30 18:03:28 2017 +0300 @@ -1,4 +1,34 @@ +Changes with nginx 1.13.1 30 May 2017 + + *) Feature: now a hostname can be used as the "set_real_ip_from" + directive parameter. + + *) Feature: vim syntax highlighting scripts improvements. + + *) Feature: the "worker_cpu_affinity" directive now works on DragonFly + BSD. + Thanks to Sepherosa Ziehau. + + *) Bugfix: SSL renegotiation on backend connections did not work when + using OpenSSL before 1.1.0. + + *) Workaround: nginx could not be built with Oracle Developer Studio + 12.5. + + *) Workaround: now cache manager ignores long locked cache entries when + cleaning cache based on the "max_size" parameter. + + *) Bugfix: client SSL connections were immediately closed if deferred + accept and the "proxy_protocol" parameter of the "listen" directive + were used. + + *) Bugfix: in the "proxy_cache_background_update" directive. + + *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY + option before an SSL handshake. + + Changes with nginx 1.13.0 25 Apr 2017 *) Change: SSL renegotiation is now allowed on backend connections. diff -r 4f3dd2f548cf -r e92780d00a6d text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Fri May 26 18:58:03 2017 +0300 +++ b/text/ru/CHANGES.ru Tue May 30 18:03:28 2017 +0300 @@ -1,4 +1,33 @@ +Изменения в nginx 1.13.1 30.05.2017 + + *) Добавление: теперь в качестве параметра директивы set_real_ip_from + можно указывать имя хоста. + + *) Добавление: улучшения в скриптах подсветки синтаксиса для vim. + + *) Добавление: директива worker_cpu_affinity теперь работает на + DragonFly BSD. + Спасибо Sepherosa Ziehau. + + *) Исправление: SSL renegotiation в соединениях к бэкендам не работал + при использовании OpenSSL до 1.1.0. + + *) Изменение: nginx не собирался с Oracle Developer Studio 12.5. + + *) Изменение: теперь cache manager пропускает заблокированные записи при + очистке кэша по max_size. + + *) Исправление: клиентские SSL-соединения сразу закрывались, если + использовался отложенный accept и параметр proxy_protocol директивы + listen. + + *) Исправление: в директиве proxy_cache_background_update. + + *) Изменение: теперь директива tcp_nodelay устанавливает опцию + TCP_NODELAY перед SSL handshake. + + Изменения в nginx 1.13.0 25.04.2017 *) Изменение: теперь SSL renegotiation допускается в соединениях к diff -r 4f3dd2f548cf -r e92780d00a6d xml/index.xml --- a/xml/index.xml Fri May 26 18:58:03 2017 +0300 +++ b/xml/index.xml Tue May 30 18:03:28 2017 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.13.1 +mainline version has been released. + + + nginx-1.13.0 diff -r 4f3dd2f548cf -r e92780d00a6d xml/versions.xml --- a/xml/versions.xml Fri May 26 18:58:03 2017 +0300 +++ b/xml/versions.xml Tue May 30 18:03:28 2017 +0300 @@ -9,6 +9,7 @@ +