Accepting request 624609 from home:darix:playground

- update 1.15.1

OBS-URL: https://build.opensuse.org/request/show/624609
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=115
This commit is contained in:
Lars Vogdt
2018-07-24 20:17:53 +00:00
committed by Git OBS Bridge
parent 948da87c36
commit 0c3dd01a3f
6 changed files with 53 additions and 14 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Jul 23 02:30:33 UTC 2018 - mrueckert@suse.de
- update 1.15.1
- Feature: the "random" directive inside the "upstream" block.
- Feature: improved performance when using the "hash" and
"ip_hash" directives with the "zone" directive.
- Feature: the "reuseport" parameter of the "listen" directive
now uses SO_REUSEPORT_LB on FreeBSD 12.
- Bugfix: HTTP/2 server push did not work if SSL was terminated
by a proxy server in front of nginx.
- Bugfix: the "tcp_nopush" directive was always used on backend
connections.
- Bugfix: sending a disk-buffered request body to a gRPC backend
might fail.
- changes from 1.15.0
- Change: the "ssl" directive is deprecated; the "ssl" parameter
of the "listen" directive should be used instead.
- Change: now nginx detects missing SSL certificates during
configuration testing when using the "ssl" parameter of the
"listen" directive.
- Feature: now the stream module can handle multiple incoming UDP
datagrams from a client within a single session.
- Bugfix: it was possible to specify an incorrect response code
in the "proxy_cache_valid" directive.
- Bugfix: nginx could not be built by gcc 8.1.
- Bugfix: logging to syslog stopped on local IP address changes.
- Bugfix: nginx could not be built by clang with CUDA SDK
installed; the bug had appeared in 1.13.8.
- Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might
appear in logs during binary upgrade when using unix domain
listen sockets on FreeBSD.
- Bugfix: nginx could not be built on Fedora 28 Linux.
- Bugfix: request processing rate might exceed configured rate
when using the "limit_req" directive.
- Bugfix: in handling of client addresses when using unix domain
listen sockets to work with datagrams on Linux.
- Bugfix: in memory allocation error handling.
-------------------------------------------------------------------
Fri May 25 15:12:27 UTC 2018 - mrostecki@suse.com