summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2015-11-17 17:50:56 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2015-11-17 17:50:56 +0300
commitda078ec22daa6079576cb72e6f507916929af235 (patch)
treee8001738ff758ca6c9f1b29e417e26b00f976db3
parent1ce16107637d98440c0bb336c6970b5ef23165fb (diff)
downloadnginx-da078ec22daa6079576cb72e6f507916929af235.tar.gz
nginx-1.9.7-RELEASErelease-1.9.7
-rw-r--r--docs/xml/nginx/changes.xml76
1 files changed, 76 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 0efb3682d..9d5c4e79f 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -5,6 +5,82 @@
<change_log title="nginx">
+<changes ver="1.9.7" date="17.11.2015">
+
+<change type="feature">
+<para lang="ru">
+параметр nohostname логгирования в syslog.
+</para>
+<para lang="en">
+the "nohostname" parameter of logging to syslog.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива proxy_cache_convert_head.
+</para>
+<para lang="en">
+the "proxy_cache_convert_head" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменная $realip_remote_addr в модуле ngx_http_realip_module.
+</para>
+<para lang="en">
+the $realip_remote_addr in the ngx_http_realip_module.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива expires могла не срабатывать при использовании переменных.
+</para>
+<para lang="en">
+the "expires" directive might not work when using variables.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании HTTP/2
+в рабочем процессе мог произойти segmentation fault;
+ошибка появилась в 1.9.6.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+when using HTTP/2;
+the bug had appeared in 1.9.6.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+если nginx был собран с модулем ngx_http_v2_module,
+протокол HTTP/2 мог быть использован клиентом,
+даже если не был указан параметр http2 директивы listen.
+</para>
+<para lang="en">
+if nginx was built with the ngx_http_v2_module
+it was possible to use the HTTP/2 protocol
+even if the "http2" parameter of the "listen" directive was not specified.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_v2_module.
+</para>
+<para lang="en">
+in the ngx_http_v2_module.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.9.6" date="27.10.2015">
<change type="bugfix">