summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/xml/nginx/changes.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index fd3ba535c..2228fed7f 100644
--- 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">