diff docs/xml/nginx/changes.xml @ 465:5aecc125bc33 release-0.1.7

nginx-0.1.7-RELEASE import *) Bugfix: on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; the bug had appeared in 0.1.5.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Nov 2004 14:35:09 +0000
parents 1f31dc6d33a3
children bbd6b0b4a2b1
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -6,6 +6,24 @@
             title="nginx">
 
 
+<changes ver="0.1.7" date="12.11.2004">
+
+<change type="bugfix">
+<para lang="ru">
+при использовании sendfile, если передаваемый файл менялся, то мог
+произойти segmentation fault на FreeBSD;
+ошибка появилась в 0.1.2.
+</para>
+<para lang="en">
+on FreeBSD the segmentation fault may occure if the size of the transferred
+file was changed;
+bug appeared in 0.1.2.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.1.6" date="11.11.2004">
 
 <change type="bugfix">