comparison text/en/CHANGES @ 1756:c9ecddf796b5

nginx-1.11.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Jul 2016 17:06:53 +0300
parents 27bbcdecd12c
children 0aacc6cbc759
comparison
equal deleted inserted replaced
1755:bde044a0bd90 1756:c9ecddf796b5
1
2 Changes with nginx 1.11.3 26 Jul 2016
3
4 *) Change: now the "accept_mutex" directive is turned off by default.
5
6 *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
7
8 *) Feature: the ngx_stream_geo_module.
9
10 *) Feature: the ngx_stream_geoip_module.
11
12 *) Feature: the ngx_stream_split_clients_module.
13
14 *) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
15 directives in the stream module.
16
17 *) Bugfix: socket leak when using HTTP/2.
18
19 *) Bugfix: in configure tests.
20 Thanks to Piotr Sikora.
21
1 22
2 Changes with nginx 1.11.2 05 Jul 2016 23 Changes with nginx 1.11.2 05 Jul 2016
3 24
4 *) Change: now nginx always uses internal MD5 and SHA1 implementations; 25 *) Change: now nginx always uses internal MD5 and SHA1 implementations;
5 the --with-md5 and --with-sha1 configure options were canceled. 26 the --with-md5 and --with-sha1 configure options were canceled.