Bugfix: nginx could not be built on Fedora 28 Linux.
Bugfix: in handling of client addresses when using unix domain
listen sockets to work with datagrams on Linux.
Change: the logging level of the 'http request', 'https proxy
request', 'unsupported protocol', 'version too low',
'no suitable key share', and 'no suitable signature algorithm'
SSL errors has been lowered from 'crit' to 'info'.
Bugfix: when using OpenSSL 1.1.0 or newer it was not possible
to switch off 'sslpreferserver_ciphers' in a virtual server
if it was switched on in the default server.
Bugfix: nginx could not be built with LibreSSL 2.8.0.
Bugfix: if nginx was built with OpenSSL 1.1.0 and used with
OpenSSL 1.1.1, the TLS 1.3 protocol was always enabled.
Bugfix: sending a disk-buffered request body to a gRPC backend
might fail.
Bugfix: connections with some gRPC backends might not be cached when
using the 'keepalive' directive.
Bugfix: a segmentation fault might occur in a worker process if the
ngxhttpmp4_module was used on 32-bit platforms.
Changes with nginx 1.14.1:
Security: when using HTTP/2 a client might cause excessive memory
consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
Security: processing of a specially crafted mp4 file with the
ngxhttpmp4_module might result in worker process memory disclosure
(CVE-2018-16845).
Bugfix: working with gRPC backends might result in excessive memory
consumption.
Changes with nginx 1.13.12:
Bugfix: connections with gRPC backends might be closed unexpectedly
when returning a large response.
Changes with nginx 1.13.10
Feature: the 'set' parameter of the 'include' SSI
directive now allows writing arbitrary responses to a
variable; the 'subrequestoutputbuffer_size' directive
defines maximum response size.
Feature: now nginx uses clockgettime(CLOCKMONOTONIC) if available,
to avoid timeouts being incorrectly triggered on system time changes.
Feature: the 'escape=none' parameter of the 'log_format' directive.
Thanks to Johannes Baiter and Calin Don.
Feature: the $sslprereadalpnprotocols variable in the
ngxstreamsslpreread_module.
Feature: the ngxhttpgrpc_module.
Bugfix: in memory allocation error handling in the 'geo' directive.
Bugfix: when using variables in the 'authbasicuser_file' directive
a null character might appear in logs.
Thanks to Vadim Filimonov.