changeset 765:87bebf003663

nginx-1.2.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Nov 2012 13:53:10 +0000
parents f8434fdd3cd9
children 0c5d885656af
files text/en/CHANGES-1.2 text/ru/CHANGES.ru-1.2 xml/index.xml xml/versions.xml
diffstat 4 files changed, 49 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES-1.2
+++ b/text/en/CHANGES-1.2
@@ -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.
--- a/text/ru/CHANGES.ru-1.2
+++ b/text/ru/CHANGES.ru-1.2
@@ -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.
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2012-11-13">
+<para>
+<link doc="en/download.xml">nginx-1.2.5</link>
+stable version has been released.
+</para>
+</event>
+
 <event date="2012-10-30">
 <para>
 <link doc="en/download.xml">nginx-1.3.8</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -24,6 +24,7 @@
 
 <download tag="stable" changes="1.2">
 
+<item ver="1.2.5" />
 <item ver="1.2.4" />
 <item ver="1.2.3" />
 <item ver="1.2.2" />