SHA256
1
0
forked from pool/nginx

Accepting request 717994 from home:stroeder:branches:server:http

update to 1.17.2

OBS-URL: https://build.opensuse.org/request/show/717994
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=140
This commit is contained in:
2019-07-24 03:40:34 +00:00
committed by Git OBS Bridge
parent 8e779ce77f
commit f3eec2c3e4
6 changed files with 33 additions and 14 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jul 23 19:57:46 UTC 2019 - Michael Ströder <michael@stroeder.com>
- update to 1.17.2
- Change: minimum supported zlib version is 1.2.0.4.
- Change: the $r->internal_redirect() embedded perl method now expects
escaped URIs.
- Feature: it is now possible to switch to a named location using the
$r->internal_redirect() embedded perl method.
- Bugfix: in error handling in embedded perl.
- Bugfix: a segmentation fault might occur on start or during
reconfiguration if hash bucket size larger than 64 kilobytes was used
in the configuration.
- Bugfix: nginx might hog CPU during unbuffered proxying and when
proxying WebSocket connections if the select, poll, or /dev/poll
methods were used.
- Bugfix: in the ngx_http_xslt_filter_module.
- Bugfix: in the ngx_http_ssi_filter_module.
-------------------------------------------------------------------
Tue Jul 9 12:05:55 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>