changeset 1145:64854c7c95d0 release-0.5.16

nginx-0.5.16-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Mar 2007 14:32:00 +0000
parents 324a5a3fe27f
children 0764e0636c6a
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 54 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,60 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.5.16" date="26.03.2007">
+
+<change type="bugfix">
+<para lang="ru">
+в качестве ключа для хэша в директиве ip_hash не использовалась сеть
+класса С.<br/>
+Спасибо Павлу Ярковому.
+</para>
+<para lang="en">
+the C-class network was not used as hash key in the "ip_hash" directive.<br/>
+Thanks to Pavel Yarkovoy.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+если в строке "Content-Type" в заголовке ответа бэкенда был указан charset
+и строка завершалась символом ";",
+то в рабочем процессе мог произойти segmentation fault;
+ошибка появилась в 0.3.50.
+</para>
+<para lang="en">
+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.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибки "[alert] zero size buf" при работе с FastCGI-сервером, если
+тело запроса, записанное во временный файл, было кратно 32K.
+</para>
+<para lang="en">
+the "[alert] zero size buf" error when FastCGI server was used and
+an request body written in a temporary file was multiple of 32K.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался на Solaris без параметра --with-debug;
+ошибка появилась в 0.5.15.
+</para>
+<para lang="en">
+nginx could not be built on Solaris without the --with-debug option;
+bug appeared in 0.5.15.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.5.15" date="19.03.2007">
 
 <change type="feature">