Changelog for
nginx-rtmp-1.14.0-5.1.x86_64.rpm :
Thu Apr 19 14:00:00 2018 miukumacAATToutlook.com
* ) nginx-1.14.0 stable version has been released, incorporating new features
and bug fixes from the 1.13.x mainline branch - including the mirror module,
HTTP/2 push, the gRPC proxy module, and more.
Wed Oct 18 14:00:00 2017 miukumacAATToutlook.com
* ) Bugfix: client SSL connections were immediately closed if deferred
accept and the \"proxy_protocol\" parameter of the \"listen\" directive
were used.
* ) Bugfix: client connections might be dropped during configuration
testing when using the \"reuseport\" parameter of the \"listen\"
directive on Linux.
* ) Bugfix: incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges.
* ) Bugfix: switching to the next upstream server in the stream module
did not work when using the \"ssl_preread\" directive.
* ) Bugfix: when using HTTP/2 client request body might be corrupted.
* ) Bugfix: in handling of client addresses when using unix domain
sockets.
Fri Sep 1 14:00:00 2017 miukumacAATToutlook.com
- Added firewall templates for http and https for SuSEfirewall2
Thu Jul 13 14:00:00 2017 miukumacAATToutlook.com
* ) Security: a specially crafted request might result in an integer
overflow and incorrect processing of ranges in the range filter,
potentially resulting in sensitive information leak (CVE-2017-7529).
Wed Apr 12 14:00:00 2017 miukumacAATToutlook.com
* ) 1.12.x stable branch.
Mon Apr 10 14:00:00 2017 jjlAATTsofiadigital.fi
* ) 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.
Mon Mar 27 14:00:00 2017 miukumacAATToutlook.com
* ) Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.-
Wed Mar 22 13:00:00 2017 miukumacAATToutlook.com
* ) Feature: the \"worker_shutdown_timeout\" directive.
* ) Feature: vim syntax highlighting scripts improvements.
Thanks to Wei-Ko Kao.
* ) Bugfix: a segmentation fault might occur in a worker process if the
$limit_rate variable was set to an empty string.
* ) Bugfix: the \"proxy_cache_background_update\",
\"fastcgi_cache_background_update\", \"scgi_cache_background_update\",
and \"uwsgi_cache_background_update\" directives might work incorrectly
if the \"if\" directive was used.
* ) Bugfix: a segmentation fault might occur in a worker process if
number of large_client_header_buffers in a virtual server was
different from the one in the default server.
* ) Bugfix: in the mail proxy server.