changeset 746:a02360a5c265

nginx-1.3.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Oct 2012 14:06:46 +0000
parents d61128d5ecfc
children ddec437b692b
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 46 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Oct 30 06:50:35 2012 +0000
+++ b/text/en/CHANGES	Tue Oct 30 14:06:46 2012 +0000
@@ -1,4 +1,23 @@
 
+Changes with nginx 1.3.8                                         30 Oct 2012
+
+    *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
+       directive.
+       Thanks to Mike Kazantsev and Eric O'Connor.
+
+    *) Feature: the $bytes_sent, $connection, and $connection_requests
+       variables can now be used not only in the "log_format" directive.
+       Thanks to Benjamin Grössing.
+
+    *) Feature: the "auto" parameter of the "worker_processes" directive.
+
+    *) Bugfix: "cache file ... has md5 collision" alert.
+
+    *) Bugfix: in the ngx_http_gunzip_filter_module.
+
+    *) Bugfix: in the "ssl_stapling" directive.
+
+
 Changes with nginx 1.3.7                                         02 Oct 2012
 
     *) Feature: OCSP stapling support.
--- a/text/ru/CHANGES.ru	Tue Oct 30 06:50:35 2012 +0000
+++ b/text/ru/CHANGES.ru	Tue Oct 30 14:06:46 2012 +0000
@@ -1,4 +1,23 @@
 
+Изменения в nginx 1.3.8                                           30.10.2012
+
+    *) Добавление: параметр optional_no_ca директивы ssl_verify_client.
+       Спасибо Михаилу Казанцеву и Eric O'Connor.
+
+    *) Добавление: переменные $bytes_sent, $connection и
+       $connection_requests теперь можно использовать не только в директиве
+       log_format.
+       Спасибо Benjamin Grössing.
+
+    *) Добавление: параметр auto директивы worker_processes.
+
+    *) Исправление: сообщения "cache file ... has md5 collision".
+
+    *) Исправление: в модуле ngx_http_gunzip_filter_module.
+
+    *) Исправление: в директиве ssl_stapling.
+
+
 Изменения в nginx 1.3.7                                           02.10.2012
 
     *) Добавление: поддержка OCSP stapling.
--- a/xml/index.xml	Tue Oct 30 06:50:35 2012 +0000
+++ b/xml/index.xml	Tue Oct 30 14:06:46 2012 +0000
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2012-10-30">
+<para>
+<link doc="en/download.xml">nginx-1.3.8</link>
+development version has been released.
+</para>
+</event>
+
 <event date="2012-10-02">
 <para>
 <link doc="en/download.xml">nginx-1.3.7</link>
--- a/xml/versions.xml	Tue Oct 30 06:50:35 2012 +0000
+++ b/xml/versions.xml	Tue Oct 30 14:06:46 2012 +0000
@@ -9,6 +9,7 @@
 
 <download tag="development" changes="">
 
+<item ver="1.3.8" />
 <item ver="1.3.7" />
 <item ver="1.3.6" />
 <item ver="1.3.5" />