comparison text/en/CHANGES @ 2117:632fe2d874ab

nginx-1.13.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Mar 2018 19:06:23 +0300
parents 7b335c220fd9
children a969c7078bc4
comparison
equal deleted inserted replaced
2116:eca16aa19cfa 2117:632fe2d874ab
1
2 Changes with nginx 1.13.10 20 Mar 2018
3
4 *) Feature: the "set" parameter of the "include" SSI directive now
5 allows writing arbitrary responses to a variable; the
6 "subrequest_output_buffer_size" directive defines maximum response
7 size.
8
9 *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
10 to avoid timeouts being incorrectly triggered on system time changes.
11
12 *) Feature: the "escape=none" parameter of the "log_format" directive.
13 Thanks to Johannes Baiter and Calin Don.
14
15 *) Feature: the $ssl_preread_alpn_protocols variable in the
16 ngx_stream_ssl_preread_module.
17
18 *) Feature: the ngx_http_grpc_module.
19
20 *) Bugfix: in memory allocation error handling in the "geo" directive.
21
22 *) Bugfix: when using variables in the "auth_basic_user_file" directive
23 a null character might appear in logs.
24 Thanks to Vadim Filimonov.
25
1 26
2 Changes with nginx 1.13.9 20 Feb 2018 27 Changes with nginx 1.13.9 20 Feb 2018
3 28
4 *) Feature: HTTP/2 server push support; the "http2_push" and 29 *) Feature: HTTP/2 server push support; the "http2_push" and
5 "http2_push_preload" directives. 30 "http2_push_preload" directives.