diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 12:42:46 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 12:42:46 +0000 |
commit | 40616fa048ea1245b076b9530547cdb097867814 (patch) | |
tree | f03dca18051716cd3460cb1c3f7a4a32469f76f8 | |
parent | 7ae525bd90d7ba8df578c748e52d4ae2fb9e623e (diff) | |
download | nginx-release-1.1.19.tar.gz nginx-release-1.1.19.zip |
nginx-1.1.19-RELEASErelease-1.1.19
-rw-r--r-- | docs/xml/nginx/changes.xml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 80e55ebbf..fd3ba535c 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,88 @@ <title lang="en">nginx changelog</title> +<changes ver="1.1.19" date="12.04.2012"> + +<change type="security"> +<para lang="ru"> +при обработке специально созданного mp4 файла модулем ngx_http_mp4_module +могли перезаписываться области памяти рабочего процесса, что могло +приводить к выполнению произвольного кода (CVE-2012-2089).<br/> +Спасибо Matthew Daley. +</para> +<para lang="en"> +specially crafted mp4 file might allow to overwrite +memory locations in a worker process +if the ngx_http_mp4_module was used, +potentially resulting in arbitrary code execution (CVE-2012-2089).<br/> +Thanks to Matthew Daley. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx/Windows мог завершаться аварийно.<br/> +Спасибо Vincent Lee. +</para> +<para lang="en"> +nginx/Windows might be terminated abnormally.<br/> +Thanks to Vincent Lee. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx нагружал процессор, если все серверы в upstream'е были помечены +флагом backup. +</para> +<para lang="en"> +nginx hogged CPU if all servers in an upstream were marked as "backup". +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +директивы allow и deny могли наследоваться некорректно, +если в них использовались IPv6 адреса. +</para> +<para lang="en"> +the "allow" and "deny" directives might be inherited incorrectly +if they were used with IPv6 addresses. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +директивы modern_browser и ancient_browser +могли наследоваться некорректно. +</para> +<para lang="en"> +the "modern_browser" and "ancient_browser" directives +might be inherited incorrectly. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +таймауты могли работать некорректно на Solaris/SPARC. +</para> +<para lang="en"> +timeouts might be handled incorrectly on Solaris/SPARC. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в модуле ngx_http_mp4_module. +</para> +<para lang="en"> +in the ngx_http_mp4_module. +</para> +</change> + +</changes> + + <changes ver="1.1.18" date="28.03.2012"> <change type="change"> |