comparison text/en/CHANGES @ 1781:0aacc6cbc759

nginx-1.11.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Sep 2016 18:46:47 +0300
parents c9ecddf796b5
children 6d72cbbff061
comparison
equal deleted inserted replaced
1780:8df9ba4e56c6 1781:0aacc6cbc759
1
2 Changes with nginx 1.11.4 13 Sep 2016
3
4 *) Feature: the $upstream_bytes_received variable.
5
6 *) Feature: the $bytes_received, $session_time, $protocol, $status,
7 $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
8 $upstream_connect_time, $upstream_first_byte_time, and
9 $upstream_session_time variables in the stream module.
10
11 *) Feature: the ngx_stream_log_module.
12
13 *) Feature: the "proxy_protocol" parameter of the "listen" directive,
14 the $proxy_protocol_addr and $proxy_protocol_port variables in the
15 stream module.
16
17 *) Feature: the ngx_stream_realip_module.
18
19 *) Bugfix: nginx could not be built with the stream module and the
20 ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
21 appeared in 1.11.3.
22
23 *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
24 bug had appeared in 1.11.2.
25
26 *) Bugfix: in the "ranges" parameter of the "geo" directive.
27
28 *) Bugfix: an incorrect response might be returned when using the "aio
29 threads" and "sendfile" directives; the bug had appeared in 1.9.13.
30
1 31
2 Changes with nginx 1.11.3 26 Jul 2016 32 Changes with nginx 1.11.3 26 Jul 2016
3 33
4 *) Change: now the "accept_mutex" directive is turned off by default. 34 *) Change: now the "accept_mutex" directive is turned off by default.
5 35