# HG changeset patch # User Maxim Dounin # Date 1352814790 0 # Node ID 87bebf0036637977be8e759a92e7bdda28d506f2 # Parent f8434fdd3cd999ccb2e8a30941f98d82a7961d8b nginx-1.2.5 diff -r f8434fdd3cd9 -r 87bebf003663 text/en/CHANGES-1.2 --- a/text/en/CHANGES-1.2 Tue Nov 13 11:12:24 2012 +0000 +++ b/text/en/CHANGES-1.2 Tue Nov 13 13:53:10 2012 +0000 @@ -1,4 +1,24 @@ +Changes with nginx 1.2.5 13 Nov 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: resolver now randomly rotates addresses returned from cache. + Thanks to Anton Jouline. + + *) Feature: the "auto" parameter of the "worker_processes" directive. + + *) Bugfix: "cache file ... has md5 collision" alert. + + *) Bugfix: OpenSSL 0.9.7 compatibility. + + Changes with nginx 1.2.4 25 Sep 2012 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. diff -r f8434fdd3cd9 -r 87bebf003663 text/ru/CHANGES.ru-1.2 --- a/text/ru/CHANGES.ru-1.2 Tue Nov 13 11:12:24 2012 +0000 +++ b/text/ru/CHANGES.ru-1.2 Tue Nov 13 13:53:10 2012 +0000 @@ -1,4 +1,25 @@ +Изменения в nginx 1.2.5 13.11.2012 + + *) Добавление: параметр optional_no_ca директивы ssl_verify_client. + Спасибо Михаилу Казанцеву и Eric O'Connor. + + *) Добавление: переменные $bytes_sent, $connection и + $connection_requests теперь можно использовать не только в директиве + log_format. + Спасибо Benjamin Grössing. + + *) Добавление: теперь resolver случайным образом меняет порядок + возвращаемых закэшированных адресов. + Спасибо Антону Жулину. + + *) Добавление: параметр auto директивы worker_processes. + + *) Исправление: сообщения "cache file ... has md5 collision". + + *) Исправление: совместимость с OpenSSL 0.9.7. + + Изменения в nginx 1.2.4 25.09.2012 *) Исправление: в директиве "limit_req"; ошибка появилась в 1.1.14. diff -r f8434fdd3cd9 -r 87bebf003663 xml/index.xml --- a/xml/index.xml Tue Nov 13 11:12:24 2012 +0000 +++ b/xml/index.xml Tue Nov 13 13:53:10 2012 +0000 @@ -7,6 +7,13 @@ + + +nginx-1.2.5 +stable version has been released. + + + nginx-1.3.8 diff -r f8434fdd3cd9 -r 87bebf003663 xml/versions.xml --- a/xml/versions.xml Tue Nov 13 11:12:24 2012 +0000 +++ b/xml/versions.xml Tue Nov 13 13:53:10 2012 +0000 @@ -24,6 +24,7 @@ +