comparison text/en/CHANGES @ 1908:d6692a78a444

nginx-1.11.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Feb 2017 18:46:35 +0300
parents 0a769f5f874c
children d83fd40bf906
comparison
equal deleted inserted replaced
1907:42ed974b83a5 1908:d6692a78a444
1
2 Changes with nginx 1.11.10 14 Feb 2017
3
4 *) Change: cache header format has been changed, previously cached
5 responses will be invalidated.
6
7 *) Feature: support of "stale-while-revalidate" and "stale-if-error"
8 extensions in the "Cache-Control" backend response header line.
9
10 *) Feature: the "proxy_cache_background_update",
11 "fastcgi_cache_background_update", "scgi_cache_background_update",
12 and "uwsgi_cache_background_update" directives.
13
14 *) Feature: nginx is now able to cache responses with the "Vary" header
15 line up to 128 characters long (instead of 42 characters in previous
16 versions).
17
18 *) Feature: the "build" parameter of the "server_tokens" directive.
19 Thanks to Tom Thorogood.
20
21 *) Bugfix: "[crit] SSL_write() failed" messages might appear in logs
22 when handling requests with the "Expect: 100-continue" request header
23 line.
24
25 *) Bugfix: the ngx_http_slice_module did not work in named locations.
26
27 *) Bugfix: a segmentation fault might occur in a worker process when
28 using AIO after an "X-Accel-Redirect" redirection.
29
30 *) Bugfix: reduced memory consumption for long-lived requests using
31 gzipping.
32
1 33
2 Changes with nginx 1.11.9 24 Jan 2017 34 Changes with nginx 1.11.9 24 Jan 2017
3 35
4 *) Bugfix: nginx might hog CPU when using the stream module; the bug had 36 *) Bugfix: nginx might hog CPU when using the stream module; the bug had
5 appeared in 1.11.5. 37 appeared in 1.11.5.