diff docs/xml/nginx/changes.xml @ 591:8c0cdd81580e release-0.3.17

nginx-0.3.17-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Dec 2005 16:02:44 +0000
parents d4e858a5751a
children 425af804d968
line wrap: on
line diff
--- 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 
 директива 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>