diff CHANGES.ru @ 306:55328d69b335 NGINX_0_5_23

nginx 0.5.23 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS extension. *) Feature: the "fastcgi_catch_stderr" directive. Thanks to Nick S. Grechukh, OWOX project. *) Bugfix: a segmentation fault occurred in master process if two virtual servers should bind() to the overlapping ports. *) Bugfix: if nginx was built with ngx_http_perl_module and perl supported threads, then during second reconfiguration the error messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Jun 2007 00:00:00 +0400
parents e4f4cbfed5f5
children 94e16de3c33f
line wrap: on
line diff
--- a/CHANGES.ru
+++ b/CHANGES.ru
@@ -1,4 +1,23 @@
 
+Изменения в nginx 0.5.23                                          04.06.2007
+
+    *) Добавление: модуль ngx_http_ssl_module поддерживает расширение TLS 
+       Server Name Indication.
+
+    *) Добавление: директива fastcgi_catch_stderr.
+       Спасибо Николаю Гречуху, проект OWOX.
+
+    *) Исправление: на Линуксе в основном процессе происходил segmentation 
+       fault, если два виртуальных сервера должны bind()ится к 
+       пересекающимся портам.
+
+    *) Исправление: если nginx был собран с модулем ngx_http_perl_module и 
+       perl поддерживал потоки, то во время второй переконфигурации 
+       выдавались ошибки "panic: MUTEX_LOCK" и "perl_parse() failed".
+
+    *) Исправление: в использовании протокола HTTPS в директиве proxy_pass.
+
+
 Изменения в nginx 0.5.22                                          29.05.2007
 
     *) Исправление: большое тело запроса могло не передаваться бэкенду;