changeset 4481:2397e9c72f1b release-1.1.15

nginx-1.1.15-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 15 Feb 2012 13:26:06 +0000
parents 5a3cb84545e5
children 945e57377b5a
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 103 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,109 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="1.1.15" date="15.02.2012">
+
+<change type="feature">
+<para lang="ru">
+директива disable_symlinks.
+</para>
+<para lang="en">
+the "disable_symlinks" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директивы proxy_cookie_domain и proxy_cookie_path.
+</para>
+<para lang="en">
+the "proxy_cookie_domain" and "proxy_cookie_path" directives.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx мог некорректно сообщать об ошибке "upstream prematurely closed
+connection" вместо "upstream sent too big header".<br/>
+Спасибо Feibo Li.
+</para>
+<para lang="en">
+nginx might log incorrect error "upstream prematurely closed connection"
+instead of correct "upstream sent too big header" one.<br/>
+Thanks to Feibo Li.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с модулем ngx_http_perl_module,
+если использовался параметр --with-openssl.
+</para>
+<para lang="en">
+nginx could not be built with the ngx_http_perl_module
+if the --with-openssl option was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+количество внутренних перенаправлений в именованные location'ы
+не ограничивалось.
+</para>
+<para lang="en">
+internal redirects to named locations were not limited.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+вызов $r->flush() несколько раз подряд мог приводить к ошибкам
+в модуле ngx_http_gzip_filter_module.
+</para>
+<para lang="en">
+calling $r->flush() multiple times might cause errors
+in the ngx_http_gzip_filter_module.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании директивы proxy_store с SSI-подзапросами
+временные файлы могли не удаляться.
+</para>
+<para lang="en">
+temporary files might be not removed
+if the "proxy_store" directive were used with SSI includes.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в некоторых случаях некэшируемые переменные (такие, как $args)
+возвращали старое пустое закэшированное значение.
+</para>
+<para lang="en">
+in some cases non-cacheable variables (such as the $args variable)
+returned old empty cached value.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если одновременно создавалось слишком много SSI-подзапросов;
+ошибка появилась в 0.7.25.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if too many SSI subrequests were issued simultaneously;
+the bug had appeared in 0.7.25.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.1.14" date="30.01.2012">
 
 <change type="feature">