comparison text/en/CHANGES @ 1957:0cda46808207

nginx-1.11.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Apr 2017 18:12:44 +0300
parents d8ffff9be5ca
children 57a1ef2902bf
comparison
equal deleted inserted replaced
1956:dd96a09dd4f7 1957:0cda46808207
1
2 Changes with nginx 1.11.13 04 Apr 2017
3
4 *) Feature: the "http_429" parameter of the "proxy_next_upstream",
5 "fastcgi_next_upstream", "scgi_next_upstream", and
6 "uwsgi_next_upstream" directives.
7 Thanks to Piotr Sikora.
8
9 *) Bugfix: in memory allocation error handling.
10
11 *) Bugfix: requests might hang when using the "sendfile" and
12 "timer_resolution" directives on Linux.
13
14 *) Bugfix: requests might hang when using the "sendfile" and "aio_write"
15 directives with subrequests.
16
17 *) Bugfix: in the ngx_http_v2_module.
18 Thanks to Piotr Sikora.
19
20 *) Bugfix: a segmentation fault might occur in a worker process when
21 using HTTP/2.
22
23 *) Bugfix: requests might hang when using the "limit_rate",
24 "sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
25 embedded perl method with subrequests.
26
27 *) Bugfix: in the ngx_http_slice_module.
28
1 29
2 Changes with nginx 1.11.12 24 Mar 2017 30 Changes with nginx 1.11.12 24 Mar 2017
3 31
4 *) Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11. 32 *) Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.
5 33