# HG changeset patch # User Maxim Dounin # Date 1351606006 0 # Node ID a02360a5c265dd1b8a540cd194bfcb80f92e021f # Parent d61128d5ecfcafc0907105a23ecb5dac3593c9e0 nginx-1.3.8 diff -r d61128d5ecfc -r a02360a5c265 text/en/CHANGES --- 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. diff -r d61128d5ecfc -r a02360a5c265 text/ru/CHANGES.ru --- 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. diff -r d61128d5ecfc -r a02360a5c265 xml/index.xml --- 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 @@ + + +nginx-1.3.8 +development version has been released. + + + nginx-1.3.7 diff -r d61128d5ecfc -r a02360a5c265 xml/versions.xml --- 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 @@ +