summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-12-18 16:02:44 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-12-18 16:02:44 +0000
commit43f279dc9c57673ffdf6058590ee16f798fb0b24 (patch)
tree70f1073e0a266f1888469712709df3817dc2df1b /docs
parentd10f2fb86f787f8e5bffd5877f2a0cf72afb1d55 (diff)
downloadnginx-43f279dc9c57673ffdf6058590ee16f798fb0b24.tar.gz
nginx-43f279dc9c57673ffdf6058590ee16f798fb0b24.tar.bz2
nginx-0.3.17-RELEASE importrelease-0.3.17
*) Change: now on Linux configure checks the presence of epoll and sendfile64() in kernel. *) Feature: the "map" directive supports domain names in the ".domain.tld" form. *) Bugfix: the timeouts were not used in SSL handshake; the bug had appeared in 0.2.4. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. *) Bugfix: when the HTTPS protocol was used in the "proxy_pass" directive the port 80 was used by default.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/nginx/changes.xml54
1 files changed, 53 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 066b5a5f4..331733509 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,58 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.17" date="18.12.2005">
+
+<change type="change">
+<para lang="ru">
+на Linux configure теперь проверяет наличие epoll и sendfile64() в ядре.
+</para>
+<para lang="en">
+now on Linux configure checks the presence of epoll and sendfile64() in kernel.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива map поддерживает доменные имена в формате ".domain.tld".
+</para>
+<para lang="en">
+the "map" directive supports domain names in the ".domain.tld" form.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+во время SSL handshake не иcпользовались таймауты.
+</para>
+<para lang="en">
+the timeouts were not used in SSL handshake.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в использовании протокола HTTPS в директиве proxy_pass.
+</para>
+<para lang="en">
+in the HTTP protocol in the "proxy_pass" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании протокола HTTPS в директиве proxy_pass по умолчанию
+использовался порт 80.
+</para>
+<para lang="en">
+when the HTTP protocol was used in the "proxy_pass" directive the port 80
+was used by default.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.16" date="16.12.2005">
<change type="feature">
@@ -383,7 +435,7 @@ the "if" directive supports the "=" and "!=" operations.
директива proxy_pass поддерживает протокол HTTPS.
</para>
<para lang="en">
-the "proxy_set_body" directive supports the HTTPS protocol.
+the "proxy_pass" directive supports the HTTPS protocol.
</para>
</change>