comparison text/en/CHANGES @ 1341:a4b94d724879

nginx-1.7.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Oct 2014 18:18:52 +0300
parents c365080bd00a
children 1c5ecfd600d8
comparison
equal deleted inserted replaced
1340:1b72be4562b3 1341:a4b94d724879
1
2 Changes with nginx 1.7.7 28 Oct 2014
3
4 *) Change: now nginx takes into account the "Vary" header line in a
5 backend response while caching.
6
7 *) Feature: the "proxy_force_ranges", "fastcgi_force_ranges",
8 "scgi_force_ranges", and "uwsgi_force_ranges" directives.
9
10 *) Feature: the "proxy_limit_rate", "fastcgi_limit_rate",
11 "scgi_limit_rate", and "uwsgi_limit_rate" directives.
12
13 *) Feature: the "Vary" parameter of the "proxy_ignore_headers",
14 "fastcgi_ignore_headers", "scgi_ignore_headers", and
15 "uwsgi_ignore_headers" directives.
16
17 *) Bugfix: the last part of a response received from a backend with
18 unbufferred proxy might not be sent to a client if "gzip" or "gunzip"
19 directives were used.
20
21 *) Bugfix: in the "proxy_cache_revalidate" directive.
22 Thanks to Piotr Sikora.
23
24 *) Bugfix: in error handling.
25 Thanks to Yichun Zhang and Daniil Bondarev.
26
27 *) Bugfix: in the "proxy_next_upstream_tries" and
28 "proxy_next_upstream_timeout" directives.
29 Thanks to Feng Gu.
30
31 *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.
32 Thanks to Kouhei Sutou.
33
1 34
2 Changes with nginx 1.7.6 30 Sep 2014 35 Changes with nginx 1.7.6 30 Sep 2014
3 36
4 *) Change: the deprecated "limit_zone" directive is not supported 37 *) Change: the deprecated "limit_zone" directive is not supported
5 anymore. 38 anymore.