Accepting request 417076 from home:ipeoshir

OBS-URL: https://build.opensuse.org/request/show/417076
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=68
This commit is contained in:
Marguerite Su 2016-08-05 12:11:03 +00:00 committed by Git OBS Bridge
parent 1ac6359aaf
commit 676cedc11f

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Aug 5 11:03:32 UTC 2016 - rodrigo.oshiro@emc.com
- update to 1.11.2
* Change: now nginx always uses internal MD5 and SHA1 implementations;
the --with-md5 and --with-sha1 configure options were canceled.
* Feature: variables support in the stream module.
* Feature: the ngx_stream_map_module.
* Feature: the ngx_stream_return_module.
* Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
"memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
* Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
when available.
* Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2 and the "proxy_request_buffering" directive.
* Bugfix: the "Content-Length" request header line was always added to
requests passed to backends, including requests without body, when
using HTTP/2.
* Bugfix: "http request count is zero" alerts might appear in logs when
using HTTP/2.
* Bugfix: unnecessary buffering might occur when using the "sub_filter"
directive; the issue had appeared in 1.9.4.
- the following modules were added:
headers-more-nginx-module
nginx_upstream_check_module
-------------------------------------------------------------------
Thu Jun 2 11:55:19 UTC 2016 - mrueckert@suse.de