comparison text/en/CHANGES @ 1747:27bbcdecd12c

nginx-1.11.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Jul 2016 19:18:26 +0300
parents ce35c4764409
children c9ecddf796b5
comparison
equal deleted inserted replaced
1746:4d6ea4d94e20 1747:27bbcdecd12c
1
2 Changes with nginx 1.11.2 05 Jul 2016
3
4 *) Change: now nginx always uses internal MD5 and SHA1 implementations;
5 the --with-md5 and --with-sha1 configure options were canceled.
6
7 *) Feature: variables support in the stream module.
8
9 *) Feature: the ngx_stream_map_module.
10
11 *) Feature: the ngx_stream_return_module.
12
13 *) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
14 "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
15
16 *) Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
17 when available.
18
19 *) Bugfix: a segmentation fault might occur in a worker process when
20 using HTTP/2 and the "proxy_request_buffering" directive.
21
22 *) Bugfix: the "Content-Length" request header line was always added to
23 requests passed to backends, including requests without body, when
24 using HTTP/2.
25
26 *) Bugfix: "http request count is zero" alerts might appear in logs when
27 using HTTP/2.
28
29 *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
30 directive; the issue had appeared in 1.9.4.
31
1 32
2 Changes with nginx 1.11.1 31 May 2016 33 Changes with nginx 1.11.1 31 May 2016
3 34
4 *) Security: a segmentation fault might occur in a worker process while 35 *) Security: a segmentation fault might occur in a worker process while
5 writing a specially crafted request body to a temporary file 36 writing a specially crafted request body to a temporary file