summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-09-08 14:36:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-09-08 14:36:09 +0000
commite573380f247f4840dd27b40e76c587196a84f106 (patch)
tree2bf9b16bbd3f9213fcb05fe3962938f24bf02677 /docs/xml/nginx
parent6f8cd96a9b0394589fbcfa75e9d26ef4f881d51b (diff)
downloadnginx-e573380f247f4840dd27b40e76c587196a84f106.tar.gz
nginx-e573380f247f4840dd27b40e76c587196a84f106.tar.bz2
nginx-0.1.45-RELEASE importrelease-0.1.45
*) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
Diffstat (limited to 'docs/xml/nginx')
-rw-r--r--docs/xml/nginx/changes.xml41
1 files changed, 38 insertions, 3 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3bf26111d..3a316deb0 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,41 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.1.45" date="08.09.2005">
+
+<change type="change">
+<para lang="ru">
+директива ssl_engine упразднена в модуле ngx_http_ssl_module и
+перенесена на глобальный уровень.
+</para>
+<para lang="en">
+the "ssl_engine" directive is canceled in the ngx_http_ssl_module
+and now is introduced at global level.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ответы с подзапросами, включённые с помощью SSI, не передавались
+через SSL соединение.
+</para>
+<para lang="en">
+the responses with SSI subrequests did not transferred via SSL connection.
+</para>
+</change>
+
+<change>
+<para lang="ru">
+Разные исправления в IMAP/POP3 прокси.
+</para>
+<para lang="en">
+Various bug fixes in the IMAP/POP3 proxy.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.44" date="06.09.2005">
<change type="feature">
@@ -22,10 +57,10 @@ the IMAP/POP3 proxy supports SSL.
<change type="feature">
<para lang="ru">
-директива proxy_timeout.
+директива proxy_timeout модуля ngx_imap_proxy_module.
</para>
<para lang="en">
-the "proxy_timeout" directive.
+the "proxy_timeout" directive of the ngx_imap_proxy_module.
</para>
</change>
@@ -75,7 +110,7 @@ the geo2nginx.pl script was added to contrib.
<change type="change">
<para lang="ru">
-параметры FastCGI, с пустым значениями, теперь передаются серверу.
+параметры FastCGI с пустым значениями теперь передаются серверу.
</para>
<para lang="en">
the FastCGI parameters with the empty values now are passed to a server.