Changelog for
nginx-rtmp-1.12.1-1.1.x86_64.rpm :
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.