nginx-1.1.15-RELEASE

This commit is contained in:
Maxim Dounin 2012-02-15 13:26:06 +00:00
parent 67d7583b27
commit ade9a9de82

View file

@ -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">