# HG changeset patch # User Maxim Dounin # Date 1487087195 -10800 # Node ID d6692a78a444a0716c338aea3585812490205e14 # Parent 42ed974b83a53b5284b9b336340760b0c60f0e71 nginx-1.11.10 diff -r 42ed974b83a5 -r d6692a78a444 text/en/CHANGES --- a/text/en/CHANGES Mon Feb 13 19:36:18 2017 +0300 +++ b/text/en/CHANGES Tue Feb 14 18:46:35 2017 +0300 @@ -1,4 +1,36 @@ +Changes with nginx 1.11.10 14 Feb 2017 + + *) Change: cache header format has been changed, previously cached + responses will be invalidated. + + *) Feature: support of "stale-while-revalidate" and "stale-if-error" + extensions in the "Cache-Control" backend response header line. + + *) Feature: the "proxy_cache_background_update", + "fastcgi_cache_background_update", "scgi_cache_background_update", + and "uwsgi_cache_background_update" directives. + + *) Feature: nginx is now able to cache responses with the "Vary" header + line up to 128 characters long (instead of 42 characters in previous + versions). + + *) Feature: the "build" parameter of the "server_tokens" directive. + Thanks to Tom Thorogood. + + *) Bugfix: "[crit] SSL_write() failed" messages might appear in logs + when handling requests with the "Expect: 100-continue" request header + line. + + *) Bugfix: the ngx_http_slice_module did not work in named locations. + + *) Bugfix: a segmentation fault might occur in a worker process when + using AIO after an "X-Accel-Redirect" redirection. + + *) Bugfix: reduced memory consumption for long-lived requests using + gzipping. + + Changes with nginx 1.11.9 24 Jan 2017 *) Bugfix: nginx might hog CPU when using the stream module; the bug had diff -r 42ed974b83a5 -r d6692a78a444 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Mon Feb 13 19:36:18 2017 +0300 +++ b/text/ru/CHANGES.ru Tue Feb 14 18:46:35 2017 +0300 @@ -1,4 +1,38 @@ +Изменения в nginx 1.11.10 14.02.2017 + + *) Изменение: формат заголовка кэша был изменен, ранее закэшированные + ответы будут загружены заново. + + *) Добавление: поддержка расширений stale-while-revalidate и + stale-if-error в строке "Cache-Control" в заголовке ответа бэкенда. + + *) Добавление: директивы proxy_cache_background_update, + fastcgi_cache_background_update, scgi_cache_background_update и + uwsgi_cache_background_update. + + *) Добавление: теперь nginx может кэшировать ответы со строкой Vary + заголовка длиной до 128 символов (вместо 42 символов в предыдущих + версиях). + + *) Добавление: параметр build директивы server_tokens. + Спасибо Tom Thorogood. + + *) Исправление: при обработке запросов со строкой "Expect: 100-continue" + в заголовке запроса в логах могли появляться сообщения "[crit] + SSL_write() failed". + + *) Исправление: модуль ngx_http_slice_module не работал в именованных + location'ах. + + *) Исправление: при использовании AIO после перенаправления запроса с + помощью X-Accel-Redirect в рабочем процессе мог произойти + segmentation fault. + + *) Исправление: уменьшено потребление памяти для долгоживущих запросов, + использующих сжатие. + + Изменения в nginx 1.11.9 24.01.2017 *) Исправление: при использовании модуля stream nginx мог нагружать diff -r 42ed974b83a5 -r d6692a78a444 xml/index.xml --- a/xml/index.xml Mon Feb 13 19:36:18 2017 +0300 +++ b/xml/index.xml Tue Feb 14 18:46:35 2017 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.11.10 +mainline version has been released. + + + nginx-1.10.3 diff -r 42ed974b83a5 -r d6692a78a444 xml/versions.xml --- a/xml/versions.xml Mon Feb 13 19:36:18 2017 +0300 +++ b/xml/versions.xml Tue Feb 14 18:46:35 2017 +0300 @@ -9,6 +9,7 @@ +