diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-11-12 14:35:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-11-12 14:35:09 +0000 |
| commit | 7e932d6a50efe3e750cc87f0729cad6ab75aad9f (patch) | |
| tree | 655010209821a877a3ab589e366f2dbf161f45f6 /docs | |
| parent | 474f1eefb6c45f66de15918510adf3638aca36cc (diff) | |
| download | nginx-7e932d6a50efe3e750cc87f0729cad6ab75aad9f.tar.gz nginx-7e932d6a50efe3e750cc87f0729cad6ab75aad9f.tar.bz2 | |
nginx-0.1.7-RELEASE importrelease-0.1.7
*) 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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 48f48c0fd..a8257bf93 100644 --- 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"> |
