nginx-1.2.0-RELEASE

This commit is contained in:
Maxim Dounin 2012-04-23 13:06:47 +00:00
parent d68dd358e1
commit b675416b96

View File

@ -9,6 +9,46 @@
<title lang="en">nginx changelog</title>
<changes ver="1.2.0" date="23.04.2012">
<change type="bugfix">
<para lang="ru">
в рабочем процессе мог произойти segmentation fault,
если использовалась директива try_files;
ошибка появилась в 1.1.19.
</para>
<para lang="en">
a segmentation fault might occur in a worker process
if the "try_files" directive was used;
the bug had appeared in 1.1.19.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ответ мог быть передан не полностью,
если использовалось больше IOV_MAX буферов.
</para>
<para lang="en">
response might be truncated
if there were more than IOV_MAX buffers used.
</para>
</change>
<change type="bugfix">
<para lang="ru">
в работе параметра crop директивы image_filter.<br/>
Спасибо Maxim Bublis.
</para>
<para lang="en">
in the "crop" parameter of the "image_filter" directive.<br/>
Thanks to Maxim Bublis.
</para>
</change>
</changes>
<changes ver="1.1.19" date="12.04.2012">
<change type="security">