comparison text/en/CHANGES @ 1383:0f63ac5c9463

nginx-1.7.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Dec 2014 18:34:38 +0300
parents 1c5ecfd600d8
children 0f85747de5e8
comparison
equal deleted inserted replaced
1382:94cac978bda3 1383:0f63ac5c9463
1
2 Changes with nginx 1.7.9 23 Dec 2014
3
4 *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
5 "scgi_cache", and "uwsgi_cache" directives.
6
7 *) Feature: variables support in the "expires" directive.
8
9 *) Feature: loading of secret keys from hardware tokens with OpenSSL
10 engines.
11 Thanks to Dmitrii Pichulin.
12
13 *) Feature: the "autoindex_format" directive.
14
15 *) Bugfix: cache revalidation is now only used for responses with 200
16 and 206 status codes.
17 Thanks to Piotr Sikora.
18
19 *) Bugfix: the "TE" client request header line was passed to backends
20 while proxying.
21
22 *) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
23 "uwsgi_pass" directives might not work correctly inside the "if" and
24 "limit_except" blocks.
25
26 *) Bugfix: the "proxy_store" directive with the "on" parameter was
27 ignored if the "proxy_store" directive with an explicitly specified
28 file path was used on a previous level.
29
30 *) Bugfix: nginx could not be built with BoringSSL.
31 Thanks to Lukas Tribus.
32
1 33
2 Changes with nginx 1.7.8 02 Dec 2014 34 Changes with nginx 1.7.8 02 Dec 2014
3 35
4 *) Change: now the "If-Modified-Since", "If-Range", etc. client request 36 *) Change: now the "If-Modified-Since", "If-Range", etc. client request
5 header lines are passed to a backend while caching if nginx knows in 37 header lines are passed to a backend while caching if nginx knows in