From 9029c76f841c8b116fc196a3c706677ddd619499 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 26 Mar 2007 14:32:00 +0000 Subject: [PATCH] nginx-0.5.16-RELEASE --- docs/xml/nginx/changes.xml | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index e7edc56a0..9810dc0bd 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,60 @@ nginx changelog + + + + +в качестве ключа для хэша в директиве ip_hash не использовалась сеть +класса С.
+Спасибо Павлу Ярковому. +
+ +the C-class network was not used as hash key in the "ip_hash" directive.
+Thanks to Pavel Yarkovoy. +
+
+ + + +если в строке "Content-Type" в заголовке ответа бэкенда был указан charset +и строка завершалась символом ";", +то в рабочем процессе мог произойти segmentation fault; +ошибка появилась в 0.3.50. + + +a segmentation fault might occur in worker process +if a charset was set in the "Content-Type" header line and the line +has trailing ";"; +bug appeared in 0.3.50. + + + + + +ошибки "[alert] zero size buf" при работе с FastCGI-сервером, если +тело запроса, записанное во временный файл, было кратно 32K. + + +the "[alert] zero size buf" error when FastCGI server was used and +an request body written in a temporary file was multiple of 32K. + + + + + +nginx не собирался на Solaris без параметра --with-debug; +ошибка появилась в 0.5.15. + + +nginx could not be built on Solaris without the --with-debug option; +bug appeared in 0.5.15. + + + +
+ +