summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-15 09:45:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-15 09:45:06 +0000
commit67875f9fd7add52c60a1f1529993473c2defde9f (patch)
tree8e05cd04d0a023e68dc1a705a6b5af9540ed5c34
parentda7b5e15de6475c0acc6de770df3807c6324d0b2 (diff)
downloadnginx-67875f9fd7add52c60a1f1529993473c2defde9f.tar.gz
nginx-0.8.41-RELEASErelease-0.8.41
-rw-r--r--docs/xml/nginx/changes.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 1306a3916..8026dd996 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,55 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.41" date="15.06.2010">
+
+<change type="security">
+<para lang="ru">
+рабочий процесс nginx/Windows мог завершаться аварийно при запросе файла
+с неверной кодировкой UTF-8.
+</para>
+<para lang="en">
+nginx/Windows worker might be terminated abnormally if a requested file name
+has invalid UTF-8 encoding.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+теперь nginx разрешает использовать пробелы в строке запроса.
+</para>
+<para lang="en">
+now nginx allows to use spaces in a request line.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива proxy_redirect неправильно изменяла строку "Refresh" в заголовке
+ответа бэкенда.<br/>
+Спасибо Андрею Андрееву и Максиму Согину.
+</para>
+<para lang="en">
+the "proxy_redirect" directive changed incorrectly a backend "Refresh"
+response header line.<br/>
+Thanks to Andrey Andreew and Max Sogin.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не поддерживал путь без имени хоста в
+строке "Destination" в заголовке запроса.
+</para>
+<para lang="en">
+nginx did not support path without host name
+in "Destination" request header line.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.40" date="07.06.2010">
<change type="security">