summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-10-30 13:34:23 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-10-30 13:34:23 +0000
commit34241bd43be1ea08c21f949342dd5a2794437790 (patch)
tree26d89d7a7dbdc3e5a684e46d901efd91f49d285b
parent8e67fb4226e6357477f32fbdd1443fb2bdd00b69 (diff)
downloadnginx-34241bd43be1ea08c21f949342dd5a2794437790.tar.gz
nginx-1.3.8-RELEASErelease-1.3.8
-rw-r--r--docs/xml/nginx/changes.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 31d5e788b..e9e1a56b2 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -5,6 +5,71 @@
<change_log title="nginx">
+<changes ver="1.3.8" date="30.10.2012">
+
+<change type="feature">
+<para lang="ru">
+параметр optional_no_ca директивы ssl_verify_client.<br/>
+Спасибо Михаилу Казанцеву и Eric O'Connor.
+</para>
+<para lang="en">
+the "optional_no_ca" parameter of the "ssl_verify_client" directive.<br/>
+Thanks to Mike Kazantsev and Eric O'Connor.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменные $bytes_sent, $connection и $connection_requests
+теперь можно использовать не только в директиве log_format.<br/>
+Спасибо Benjamin Grössing.
+</para>
+<para lang="en">
+the $bytes_sent, $connection, and $connection_requests variables
+can now be used not only in the "log_format" directive.<br/>
+Thanks to Benjamin Grössing.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+параметр auto директивы worker_processes.
+</para>
+<para lang="en">
+the "auto" parameter of the "worker_processes" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+сообщения "cache file ... has md5 collision".
+</para>
+<para lang="en">
+"cache file ... has md5 collision" alert.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_gunzip_filter_module.
+</para>
+<para lang="en">
+in the ngx_http_gunzip_filter_module.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в директиве ssl_stapling.
+</para>
+<para lang="en">
+in the "ssl_stapling" directive.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.3.7" date="02.10.2012">
<change type="feature">