summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-15 11:32:18 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-15 11:32:18 +0000
commitcbdec4e7f3abeee0c2b3537ec26bc465e2464ccf (patch)
tree927d3d05f4222c5379e0d17ab995affe3d42d30a
parentd1ed97b18bc3a7115c060a688be415fdc078bb76 (diff)
downloadnginx-cbdec4e7f3abeee0c2b3537ec26bc465e2464ccf.tar.gz
nginx-1.1.17-RELEASErelease-1.1.17
-rw-r--r--docs/xml/nginx/changes.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c1a0f01b4..50cbac60a 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,44 @@
<title lang="en">nginx changelog</title>
+<changes ver="1.1.17" date="15.03.2012">
+
+<change type="security">
+<para lang="ru">
+содержимое ранее освобождённой памяти могло быть отправлено клиенту,
+если бэкенд возвращал специально созданный ответ.<br/>
+Спасибо Matthew Daley.
+</para>
+<para lang="en">
+content of previously freed memory might be sent to a client
+if backend returned specially crafted response.<br/>
+Thanks to Matthew Daley.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании встроенного перла из SSI.<br/>
+Спасибо Matthew Daley.
+</para>
+<para lang="en">
+in the embedded perl module if used from SSI.<br/>
+Thanks to Matthew Daley.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_uwsgi_module.
+</para>
+<para lang="en">
+in the ngx_http_uwsgi_module.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.1.16" date="29.02.2012">
<change type="change">