# HG changeset patch # User Maxim Dounin # Date 1427213829 -10800 # Node ID 3f5c6286d55b04a4fe539ff74b484cfab5c7745f # Parent 8e7995bb8c6b769cd5c843088b8f58c75c08ebc1 nginx-1.7.11 diff -r 8e7995bb8c6b -r 3f5c6286d55b text/en/CHANGES --- a/text/en/CHANGES Tue Mar 24 15:17:21 2015 +0300 +++ b/text/en/CHANGES Tue Mar 24 19:17:09 2015 +0300 @@ -1,4 +1,51 @@ +Changes with nginx 1.7.11 24 Mar 2015 + + *) Change: the "sendfile" parameter of the "aio" directive is + deprecated; now nginx automatically uses AIO to pre-load data for + sendfile if both "aio" and "sendfile" directives are used. + + *) Feature: experimental thread pools support. + + *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering", + "scgi_request_buffering", and "uwsgi_request_buffering" directives. + + *) Feature: request body filters experimental API. + + *) Feature: client SSL certificates support in mail proxy. + Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva. + + *) Feature: startup speedup when using the "hash ... consistent" + directive in the upstream block. + Thanks to Wai Keen Woon. + + *) Feature: debug logging into a cyclic memory buffer. + + *) Bugfix: in hash table handling. + Thanks to Chris West. + + *) Bugfix: in the "proxy_cache_revalidate" directive. + + *) Bugfix: SSL connections might hang if deferred accept or the + "proxy_protocol" parameter of the "listen" directive were used. + Thanks to James Hamlin. + + *) Bugfix: the $upstream_response_time variable might contain a wrong + value if the "image_filter" directive was used. + + *) Bugfix: in integer overflow handling. + Thanks to Régis Leroy. + + *) Bugfix: it was not possible to enable SSLv3 with LibreSSL. + + *) Bugfix: the "ignoring stale global SSL error ... called a function + you should not call" alerts appeared in logs when using LibreSSL. + + *) Bugfix: certificates specified by the "ssl_client_certificate" and + "ssl_trusted_certificate" directives were inadvertently used to + automatically construct certificate chains. + + Changes with nginx 1.7.10 10 Feb 2015 *) Feature: the "use_temp_path" parameter of the "proxy_cache_path", diff -r 8e7995bb8c6b -r 3f5c6286d55b text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Mar 24 15:17:21 2015 +0300 +++ b/text/ru/CHANGES.ru Tue Mar 24 19:17:09 2015 +0300 @@ -1,4 +1,55 @@ +Изменения в nginx 1.7.11 24.03.2015 + + *) Изменение: параметр sendfile директивы aio более не нужен; теперь + nginx автоматически использует AIO для подгрузки данных для sendfile, + если одновременно используются директивы aio и sendfile. + + *) Добавление: экспериментальная поддержка потоков. + + *) Добавление: директивы proxy_request_buffering, + fastcgi_request_buffering, scgi_request_buffering и + uwsgi_request_buffering. + + *) Добавление: экспериментальное API для обработки тела запроса. + + *) Добавление: проверка клиентских SSL-сертификатов в почтовом + прокси-сервере. + Спасибо Sven Peter, Franck Levionnois и Filipe Da Silva. + + *) Добавление: уменьшение времени запуска при использовании дирекивы + "hash ... consistent" в блоке upstream. + Спасибо Wai Keen Woon. + + *) Добавление: отладочное логгирование в кольцевой буфер в памяти. + + *) Исправление: в обработке хэш-таблиц. + Спасибо Chris West. + + *) Исправление: в директиве proxy_cache_revalidate. + + *) Исправление: SSL-соединения могли зависать, если использовался + отложенный accept или параметр proxy_protocol директивы listen. + Спасибо James Hamlin. + + *) Исправление: переменная $upstream_response_time могла содержать + неверное значение при использовании директивы image_filter. + + *) Исправление: в обработке целочисленных переполнений. + Спасибо Régis Leroy. + + *) Исправление: при использовании LibreSSL было невозможно включить + поддержку SSLv3. + + *) Исправление: при использовании LibreSSL в логах появлялись сообщения + "ignoring stale global SSL error ... called a function you should not + call". + + *) Исправление: сертификаты, указанные в директивах + ssl_client_certificate и ssl_trusted_certificate, использовались для + автоматического построения цепочек сертификатов. + + Изменения в nginx 1.7.10 10.02.2015 *) Добавление: параметр use_temp_path директив proxy_cache_path, diff -r 8e7995bb8c6b -r 3f5c6286d55b xml/index.xml --- a/xml/index.xml Tue Mar 24 15:17:21 2015 +0300 +++ b/xml/index.xml Tue Mar 24 19:17:09 2015 +0300 @@ -7,6 +7,19 @@ + + +nginx-1.7.11 +mainline version has been released, +with experimental +thread pools +support, + +and other features. + + + nginx-1.7.10 diff -r 8e7995bb8c6b -r 3f5c6286d55b xml/versions.xml --- a/xml/versions.xml Tue Mar 24 15:17:21 2015 +0300 +++ b/xml/versions.xml Tue Mar 24 19:17:09 2015 +0300 @@ -9,6 +9,7 @@ +