comparison text/en/CHANGES @ 2171:b37374af4099

nginx-1.15.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Jun 2018 16:58:19 +0300
parents 10751277a8ad
children c551c13e159d
comparison
equal deleted inserted replaced
2170:2bc348966475 2171:b37374af4099
1
2 Changes with nginx 1.15.0 05 Jun 2018
3
4 *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
5 "listen" directive should be used instead.
6
7 *) Change: now nginx detects missing SSL certificates during
8 configuration testing when using the "ssl" parameter of the "listen"
9 directive.
10
11 *) Feature: now the stream module can handle multiple incoming UDP
12 datagrams from a client within a single session.
13
14 *) Bugfix: it was possible to specify an incorrect response code in the
15 "proxy_cache_valid" directive.
16
17 *) Bugfix: nginx could not be built by gcc 8.1.
18
19 *) Bugfix: logging to syslog stopped on local IP address changes.
20
21 *) Bugfix: nginx could not be built by clang with CUDA SDK installed;
22 the bug had appeared in 1.13.8.
23
24 *) Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear
25 in logs during binary upgrade when using unix domain listen sockets
26 on FreeBSD.
27
28 *) Bugfix: nginx could not be built on Fedora 28 Linux.
29
30 *) Bugfix: request processing rate might exceed configured rate when
31 using the "limit_req" directive.
32
33 *) Bugfix: in handling of client addresses when using unix domain listen
34 sockets to work with datagrams on Linux.
35
36 *) Bugfix: in memory allocation error handling.
37
1 38
2 Changes with nginx 1.13.12 10 Apr 2018 39 Changes with nginx 1.13.12 10 Apr 2018
3 40
4 *) Bugfix: connections with gRPC backends might be closed unexpectedly 41 *) Bugfix: connections with gRPC backends might be closed unexpectedly
5 when returning a large response. 42 when returning a large response.