diff --git a/nginx.changes b/nginx.changes index 2ed14ad..8e45f9e 100644 --- a/nginx.changes +++ b/nginx.changes @@ -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