# HG changeset patch # User Maxim Dounin # Date 1414509532 -10800 # Node ID a4b94d724879355b111db3fe74b8cc90fd89ac0b # Parent 1b72be4562b33783e6dbf7166db3c5f24f084b85 nginx-1.7.7 diff -r 1b72be4562b3 -r a4b94d724879 text/en/CHANGES --- a/text/en/CHANGES Sat Oct 25 00:39:06 2014 +0000 +++ b/text/en/CHANGES Tue Oct 28 18:18:52 2014 +0300 @@ -1,4 +1,37 @@ +Changes with nginx 1.7.7 28 Oct 2014 + + *) Change: now nginx takes into account the "Vary" header line in a + backend response while caching. + + *) Feature: the "proxy_force_ranges", "fastcgi_force_ranges", + "scgi_force_ranges", and "uwsgi_force_ranges" directives. + + *) Feature: the "proxy_limit_rate", "fastcgi_limit_rate", + "scgi_limit_rate", and "uwsgi_limit_rate" directives. + + *) Feature: the "Vary" parameter of the "proxy_ignore_headers", + "fastcgi_ignore_headers", "scgi_ignore_headers", and + "uwsgi_ignore_headers" directives. + + *) Bugfix: the last part of a response received from a backend with + unbufferred proxy might not be sent to a client if "gzip" or "gunzip" + directives were used. + + *) Bugfix: in the "proxy_cache_revalidate" directive. + Thanks to Piotr Sikora. + + *) Bugfix: in error handling. + Thanks to Yichun Zhang and Daniil Bondarev. + + *) Bugfix: in the "proxy_next_upstream_tries" and + "proxy_next_upstream_timeout" directives. + Thanks to Feng Gu. + + *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc. + Thanks to Kouhei Sutou. + + Changes with nginx 1.7.6 30 Sep 2014 *) Change: the deprecated "limit_zone" directive is not supported diff -r 1b72be4562b3 -r a4b94d724879 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Sat Oct 25 00:39:06 2014 +0000 +++ b/text/ru/CHANGES.ru Tue Oct 28 18:18:52 2014 +0300 @@ -1,4 +1,36 @@ +Изменения в nginx 1.7.7 28.10.2014 + + *) Изменение: теперь nginx учитывает при кэшировании строку "Vary" в + заголовке ответа бэкенда. + + *) Добавление: директивы proxy_force_ranges, fastcgi_force_ranges, + scgi_force_ranges и uwsgi_force_ranges. + + *) Добавление: директивы proxy_limit_rate, fastcgi_limit_rate, + scgi_limit_rate и uwsgi_limit_rate. + + *) Добавление: параметр Vary директив proxy_ignore_headers, + fastcgi_ignore_headers, scgi_ignore_headers и uwsgi_ignore_headers. + + *) Исправление: последняя часть ответа, полученного от бэкенда при + небуферизированном проксировании, могла не отправляться клиенту, если + использовались директивы gzip или gunzip. + + *) Исправление: в директиве proxy_cache_revalidate. + Спасибо Piotr Sikora. + + *) Исправление: в обработке ошибок. + Спасибо Yichun Zhang и Даниилу Бондареву. + + *) Исправление: в директивах proxy_next_upstream_tries и + proxy_next_upstream_timeout. + Спасибо Feng Gu. + + *) Исправление: nginx/Windows не собирался с MinGW-w64 gcc. + Спасибо Kouhei Sutou. + + Изменения в nginx 1.7.6 30.09.2014 *) Изменение: устаревшая директива limit_zone больше не поддерживается. diff -r 1b72be4562b3 -r a4b94d724879 xml/index.xml --- a/xml/index.xml Sat Oct 25 00:39:06 2014 +0000 +++ b/xml/index.xml Tue Oct 28 18:18:52 2014 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.7.7 +mainline version has been released. + + + nginx-1.7.6 diff -r 1b72be4562b3 -r a4b94d724879 xml/versions.xml --- a/xml/versions.xml Sat Oct 25 00:39:06 2014 +0000 +++ b/xml/versions.xml Tue Oct 28 18:18:52 2014 +0300 @@ -9,6 +9,7 @@ +