comparison 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
comparison
equal deleted inserted replaced
464:068e10cadfd3 465:5aecc125bc33
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7
8
9 <changes ver="0.1.7" date="12.11.2004">
10
11 <change type="bugfix">
12 <para lang="ru">
13 при использовании sendfile, если передаваемый файл менялся, то мог
14 произойти segmentation fault на FreeBSD;
15 ошибка появилась в 0.1.2.
16 </para>
17 <para lang="en">
18 on FreeBSD the segmentation fault may occure if the size of the transferred
19 file was changed;
20 bug appeared in 0.1.2.
21 </para>
22 </change>
23
24 </changes>
7 25
8 26
9 <changes ver="0.1.6" date="11.11.2004"> 27 <changes ver="0.1.6" date="11.11.2004">
10 28
11 <change type="bugfix"> 29 <change type="bugfix">