diff CHANGES.ru @ 196:8759b346e431 NGINX_0_3_45

nginx 0.3.45 *) Feature: the "ssl_verify_client", "ssl_verify_depth", and "ssl_client_certificate" directives. *) Change: the $request_method variable now returns the main request method. *) Change: the ° symbol codes were changed in koi-win conversion table. *) Feature: the euro п╦ N symbols were added to koi-win conversion table. *) Bugfix: if nginx distributed the requests among several backends and some backend failed, then requests intended for this backend was directed to one live backend only instead of being distributed among the rest.
author Igor Sysoev <http://sysoev.ru>
date Sat, 06 May 2006 00:00:00 +0400
parents 003bd800ec2a
children e6da4931e0e0
line wrap: on
line diff
--- a/CHANGES.ru
+++ b/CHANGES.ru
@@ -1,4 +1,24 @@
 
+Изменения в nginx 0.3.45                                          06.05.2006
+
+    *) Добавление: директивы ssl_verify_client, ssl_verify_depth и 
+       ssl_client_certificate.
+
+    *) Изменение: теперь переменная $request_method возвращает метод только 
+       основного запроса.
+
+    *) Изменение: в таблице перекодировки koi-win изменены коды символа 
+       &deg;.
+
+    *) Добавление: в таблицу перекодировки koi-win добавлены символы евро и 
+       номера.
+
+    *) Исправление: если nginx распределял запросы на несколько машин, то 
+       при падении одной из них запросы, предназначенные для этой машины, 
+       перенаправлялись только на одну машину вместо того, чтобы равномерно 
+       распределяться между остальными.
+
+
 Изменения в nginx 0.3.44                                          04.05.2006
 
     *) Добавление: параметр wait в команде SSI inlcude.