comparison text/en/CHANGES @ 2055:f37d90fcd415

nginx-1.13.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Oct 2017 18:35:16 +0300
parents 65dd3c7c076a
children c8a2ae52f4ae
comparison
equal deleted inserted replaced
2054:f99bf8ef5813 2055:f37d90fcd415
1
2 Changes with nginx 1.13.6 10 Oct 2017
3
4 *) Bugfix: switching to the next upstream server in the stream module
5 did not work when using the "ssl_preread" directive.
6
7 *) Bugfix: in the ngx_http_v2_module.
8 Thanks to Piotr Sikora.
9
10 *) Bugfix: nginx did not support dates after the year 2038 on 32-bit
11 platforms with 64-bit time_t.
12
13 *) Bugfix: in handling of dates prior to the year 1970 and after the
14 year 10000.
15
16 *) Bugfix: in the stream module timeouts waiting for UDP datagrams from
17 upstream servers were not logged or logged at the "info" level
18 instead of "error".
19
20 *) Bugfix: when using HTTP/2 nginx might return the 400 response without
21 logging the reason.
22
23 *) Bugfix: in processing of corrupted cache files.
24
25 *) Bugfix: cache control headers were ignored when caching errors
26 intercepted by error_page.
27
28 *) Bugfix: when using HTTP/2 client request body might be corrupted.
29
30 *) Bugfix: in handling of client addresses when using unix domain
31 sockets.
32
33 *) Bugfix: nginx hogged CPU when using the "hash ... consistent"
34 directive in the upstream block if large weights were used and all or
35 most of the servers were unavailable.
36
1 37
2 Changes with nginx 1.13.5 05 Sep 2017 38 Changes with nginx 1.13.5 05 Sep 2017
3 39
4 *) Feature: the $ssl_client_escaped_cert variable. 40 *) Feature: the $ssl_client_escaped_cert variable.
5 41