summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-13 16:53:31 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-13 16:53:31 +0000
commit0de05a602008f14b289ec52cca88214855702b2e (patch)
tree25102e1b4620acfcb3382c97433de4e8d20c2674
parentcf1735e458612db88cae69fb94633d89f7fbb261 (diff)
downloadnginx-0de05a602008f14b289ec52cca88214855702b2e.tar.gz
nginx-0.7.10-RELEASErelease-0.7.10
-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 10d4d14d5..1946c6cbe 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="0.7.10" date="13.08.2008">
+
+<change type="bugfix">
+<para lang="ru">
+ошибок в директивах addition_types, charset_types,
+gzip_types, ssi_types, sub_filter_types и xslt_types;
+ошибки появились в 0.7.9.
+</para>
+<para lang="en">
+in the "addition_types", "charset_types",
+"gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives;
+the bugs had appeared in 0.7.9.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+рекурсивной error_page для 500 ошибки.
+</para>
+<para lang="en">
+of recursive error_page for 500 status code.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+теперь модуль ngx_http_realip_module устанавливает адрес не для
+всего keepalive соединения, а для каждого запроса по этому соединению.
+</para>
+<para lang="en">
+now the ngx_http_realip_module set address not for whole keepalive connection,
+but for each request passed via the connection.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.9" date="12.08.2008">
<change type="change">