comparison text/en/CHANGES-1.10 @ 1895:46cda296d844

nginx-1.10.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 31 Jan 2017 18:08:45 +0300
parents fb917c9c57af
children
comparison
equal deleted inserted replaced
1894:d011ffde3760 1895:46cda296d844
1
2 Changes with nginx 1.10.3 31 Jan 2017
3
4 *) Bugfix: in the "add_after_body" directive when used with the
5 "sub_filter" directive.
6
7 *) Bugfix: unix domain listen sockets might not be inherited during
8 binary upgrade on Linux.
9
10 *) Bugfix: graceful shutdown of old worker processes might require
11 infinite time when using HTTP/2.
12
13 *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
14 directives client request body might be corrupted; the bug had
15 appeared in 1.10.2.
16
17 *) Bugfix: a segmentation fault might occur in a worker process when
18 using HTTP/2; the bug had appeared in 1.10.2.
19
20 *) Bugfix: an incorrect response might be returned when using the
21 "sendfile" directive on FreeBSD and macOS; the bug had appeared in
22 1.7.8.
23
24 *) Bugfix: a truncated response might be stored in cache when using the
25 "aio_write" directive.
26
27 *) Bugfix: a socket leak might occur when using the "aio_write"
28 directive.
29
1 30
2 Changes with nginx 1.10.2 18 Oct 2016 31 Changes with nginx 1.10.2 18 Oct 2016
3 32
4 *) Change: the "421 Misdirected Request" response now used when 33 *) Change: the "421 Misdirected Request" response now used when
5 rejecting requests to a virtual server different from one negotiated 34 rejecting requests to a virtual server different from one negotiated