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

update to 1.12.0

OBS-URL: https://build.opensuse.org/request/show/488095
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=82
This commit is contained in:
2017-04-18 14:49:34 +00:00
committed by Git OBS Bridge
parent 6b5e3aeaf9
commit b1aefe5ffb
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Apr 9 13:15:49 UTC 2017 - michael@stroeder.com
- update to 1.12.0
- Feature: the "http_429" parameter of the "proxy_next_upstream",
"fastcgi_next_upstream", "scgi_next_upstream", and
"uwsgi_next_upstream" directives.
Thanks to Piotr Sikora.
- Bugfix: in memory allocation error handling.
- Bugfix: requests might hang when using the "sendfile" and
"timer_resolution" directives on Linux.
- Bugfix: requests might hang when using the "sendfile" and "aio_write"
directives with subrequests.
- Bugfix: in the ngx_http_v2_module.
Thanks to Piotr Sikora.
- Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2.
- Bugfix: requests might hang when using the "limit_rate",
"sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
embedded perl method with subrequests.
- Bugfix: in the ngx_http_slice_module.
-------------------------------------------------------------------
Wed Mar 29 13:20:50 UTC 2017 - mrueckert@suse.de