summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-02-15 13:26:06 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-02-15 13:26:06 +0000
commit3cf5ad94e988a83311ddeaea1a9239394eb7b878 (patch)
tree71720fe55270a241c2ef451da278b140f9e3cf8d
parent32b000bad7df8f0303d74a5c02fbd62e9241d17b (diff)
downloadnginx-3cf5ad94e988a83311ddeaea1a9239394eb7b878.tar.gz
nginx-1.1.15-RELEASErelease-1.1.15
-rw-r--r--docs/xml/nginx/changes.xml103
1 files changed, 103 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 008fc7c0a..8d2a1f43e 100644
--- 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">