comparison text/en/CHANGES @ 2088:1e6908d12c00

nginx-1.13.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Dec 2017 19:05:38 +0300
parents c8a2ae52f4ae
children 7b335c220fd9
comparison
equal deleted inserted replaced
2087:4931a7ba6a32 2088:1e6908d12c00
1
2 Changes with nginx 1.13.8 26 Dec 2017
3
4 *) Feature: now nginx automatically preserves the CAP_NET_RAW capability
5 in worker processes when using the "transparent" parameter of the
6 "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
7 "uwsgi_bind" directives.
8
9 *) Feature: improved CPU cache line size detection.
10 Thanks to Debayan Ghosh.
11
12 *) Feature: new directives in vim syntax highlighting scripts.
13 Thanks to Gena Makhomed.
14
15 *) Bugfix: binary upgrade refused to work if nginx was re-parented to a
16 process with PID different from 1 after its parent process has
17 finished.
18
19 *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
20 with bodies.
21
22 *) Bugfix: in the "proxy_limit_rate" directive when used with the
23 "keepalive" directive.
24
25 *) Bugfix: some parts of a response might be buffered when using
26 "proxy_buffering off" if the client connection used SSL.
27 Thanks to Patryk Lesiewicz.
28
29 *) Bugfix: in the "proxy_cache_background_update" directive.
30
31 *) Bugfix: it was not possible to start a parameter with a variable in
32 the "${name}" form with the name in curly brackets without enclosing
33 the parameter into single or double quotes.
34
1 35
2 Changes with nginx 1.13.7 21 Nov 2017 36 Changes with nginx 1.13.7 21 Nov 2017
3 37
4 *) Bugfix: in the $upstream_status variable. 38 *) Bugfix: in the $upstream_status variable.
5 39