# HG changeset patch # User Maxim Dounin # Date 1430235428 -10800 # Node ID 6b53e6b7caa4d7957ab9903eca9ce60a5b0beeb2 # Parent 7ca4a0568a2def28909dc00a333b29bf481c8022 nginx-1.9.0 diff -r 7ca4a0568a2d -r 6b53e6b7caa4 text/en/CHANGES --- a/text/en/CHANGES Mon Apr 27 18:49:40 2015 +0000 +++ b/text/en/CHANGES Tue Apr 28 18:37:08 2015 +0300 @@ -1,4 +1,27 @@ +Changes with nginx 1.9.0 28 Apr 2015 + + *) Change: obsolete aio and rtsig event methods have been removed. + + *) Feature: the "zone" directive inside the "upstream" block. + + *) Feature: the stream module. + + *) Feature: byte ranges support in the ngx_http_memcached_module. + Thanks to Martin Mlynář. + + *) Feature: shared memory can now be used on Windows versions with + address space layout randomization. + Thanks to Sergey Brester. + + *) Feature: the "error_log" directive can now be used on mail and server + levels in mail proxy. + + *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did + not work if not specified in the first "listen" directive for a + listen socket. + + Changes with nginx 1.7.12 07 Apr 2015 *) Feature: now the "tcp_nodelay" directive works with backend SSL diff -r 7ca4a0568a2d -r 6b53e6b7caa4 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Mon Apr 27 18:49:40 2015 +0000 +++ b/text/ru/CHANGES.ru Tue Apr 28 18:37:08 2015 +0300 @@ -1,4 +1,29 @@ +Изменения в nginx 1.9.0 28.04.2015 + + *) Изменение: устаревшие методы обработки соединений aio и rtsig больше + не поддерживаются. + + *) Добавление: директива zone в блоке upstream. + + *) Добавление: модуль stream. + + *) Добавление: поддержка byte ranges для ответов модуля + ngx_http_memcached_module. + Спасибо Martin Mlynář. + + *) Добавление: разделяемую память теперь можно использовать на версиях + Windows с рандомизацией адресного пространства. + Спасибо Сергею Брестеру. + + *) Добавление: директиву error_log теперь можно использовать на уровнях + mail и server в почтовом прокси-сервере. + + *) Исправление: параметр proxy_protocol директивы listen не работал, + если не был указан в первой директиве listen для данного + listen-сокета. + + Изменения в nginx 1.7.12 07.04.2015 *) Добавление: теперь директива tcp_nodelay работает для SSL-соединений diff -r 7ca4a0568a2d -r 6b53e6b7caa4 xml/index.xml --- a/xml/index.xml Mon Apr 27 18:49:40 2015 +0000 +++ b/xml/index.xml Tue Apr 28 18:37:08 2015 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.9.0 +mainline version has been released. + + + nginx-1.8.0 diff -r 7ca4a0568a2d -r 6b53e6b7caa4 xml/versions.xml --- a/xml/versions.xml Mon Apr 27 18:49:40 2015 +0000 +++ b/xml/versions.xml Tue Apr 28 18:37:08 2015 +0300 @@ -9,7 +9,7 @@ - +