summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-04-23 13:06:47 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-04-23 13:06:47 +0000
commitb675416b96cdc5e47e06c5c8b6974ec74807772e (patch)
tree63f324c4803f1a6a588e2cd6330c2eb8e9e2b174
parentd68dd358e12a66b10080a1778ac562d00b50e0b9 (diff)
downloadnginx-b675416b96cdc5e47e06c5c8b6974ec74807772e.tar.gz
nginx-1.2.0-RELEASErelease-1.2.0
-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">