summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-11 13:42:26 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-11 13:42:26 +0000
commit6a5b7cca9d1e8ab534d36d764d74a0e0814ac263 (patch)
treed75a3de2a08810f2fc498b5f14e2417390d5bd59
parentec43d91a5846febc5fc80f9b884299ea935d7c45 (diff)
downloadnginx-6a5b7cca9d1e8ab534d36d764d74a0e0814ac263.tar.gz
nginx-0.7.56-RELEASErelease-0.7.56
-rw-r--r--docs/xml/nginx/changes.xml27
1 files changed, 25 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c5e002cca..090a5dc36 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,29 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.56" date="11.05.2009">
+
+<change type="feature">
+<para lang="ru">
+nginx/Windows поддерживает IPv6 в директиве listen модуля HTTP.
+</para>
+<para lang="en">
+nginx/Windows supports IPv6 in a "listen" directive of the HTTP module.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_image_filter_module.
+</para>
+<para lang="en">
+in ngx_http_image_filter_module.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.55" date="06.05.2009">
<change type="bugfix">
@@ -34,11 +57,11 @@ fastcgi cache did not cache header only responses.
<change type="bugfix">
<para lang="ru">
ошибки "select() failed (9: Bad file descriptor)" в nginx/Unix
-и "select() failed (10022: ...)" в nginx/Windows.
+и "select() failed (10038: ...)" в nginx/Windows.
</para>
<para lang="en">
of "select() failed (9: Bad file descriptor)" error in nginx/Unix
-and "select() failed (10022: ...)" error in nginx/Windows.
+and "select() failed (10038: ...)" error in nginx/Windows.
</para>
</change>