changeset 4606:f582d662cc40 release-1.2.0

nginx-1.2.0-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Apr 2012 13:06:47 +0000
parents 92ca02d2eccb
children f94fac2dc579
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 40 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -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">