summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-02-21 07:26:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-02-21 07:26:17 +0000
commit22d9603ef86a1041555e2039af14918cc0d4e709 (patch)
tree11628b92c1eadfa0d05dc945aecff3ac3d22cab3
parenta35eaccdec4788e8fb9a883b26fc7c4dcfe1d8f8 (diff)
downloadnginx-22d9603ef86a1041555e2039af14918cc0d4e709.tar.gz
nginx-0.7.36-RELEASErelease-0.7.36
-rw-r--r--docs/xml/nginx/changes.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 03829a7c6..2ce2e57b7 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.36" date="21.02.2009">
+
+<change type="feature">
+<para lang="ru">
+предварительная поддержка IPv6;
+директива listen модуля HTTP поддерживает IPv6.
+</para>
+<para lang="en">
+a preliminary IPv6 support;
+the "listen" directive of the HTTP module supports IPv6.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+переменная $ancient_browser не работала для браузеров, заданных
+директивами modern_browser.
+</para>
+<para lang="en">
+the $ancient_browser variable did not work for browsers
+preset by a "modern_browser" directives.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.35" date="16.02.2009">
<change type="bugfix">