nginx-1.0.10-RELEASE

This commit is contained in:
Igor Sysoev 2011-11-15 08:24:03 +00:00
parent 612bd3f998
commit b2ee2d78fe
1 changed files with 44 additions and 0 deletions

View File

@ -9,6 +9,50 @@
<title lang="en">nginx changelog</title>
<changes ver="1.0.10" date="15.11.2011">
<change type="bugfix">
<para lang="ru">
в рабочем процессе мог произойти segmentation fault,
если resolver получил большой DNS-ответ.<br/>
Спасибо Ben Hawkes.
</para>
<para lang="en">
a segmentation fault might occur in a worker process
if resolver got a big DNS response.<br/>
Thanks to Ben Hawkes.
</para>
</change>
<change type="bugfix">
<para lang="ru">
в вычислении ключа для кэширования,
если использовалась внутренняя реализация MD5;
ошибка появилась в 1.0.4.
</para>
<para lang="en">
in cache key calculation
if internal MD5 implementation was used;
the bug had appeared in 1.0.4.
</para>
</change>
<change type="bugfix">
<para lang="ru">
модуль ngx_http_mp4_module выдавал неверную строку "Content-Length"
в заголовке ответа, использовался аргумент start.<br/>
Спасибо Piotr Sikora.
</para>
<para lang="en">
the module ngx_http_mp4_module sent incorrect "Content-Length" response
header line if the "start" argument was used.<br/>
Thanks to Piotr Sikora.
</para>
</change>
</changes>
<changes ver="1.0.9" date="01.11.2011">
<change type="change">