summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-12 11:21:56 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-12 11:21:56 +0000
commit65538fdcd0e1cc07d1673c959484d2027a4e4991 (patch)
tree1c1212a36df89a1d878f5c115bc02f863e1e6ef5
parent58feb53eb4f4471c165153987b3d91ef35ebc5f1 (diff)
downloadnginx-release-0.6.3.tar.gz
nginx-0.6.3-RELEASErelease-0.6.3
-rw-r--r--docs/xml/nginx/changes.xml72
1 files changed, 71 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index ead5d8323..e5eb917e1 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,76 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.6.3" date="12.07.2007">
+
+<change type="feature">
+<para lang="ru">
+директивы proxy_store и fastcgi_store.
+</para>
+<para lang="en">
+the "proxy_store" and "fastcgi_store" directives.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании директивы auth_http_header
+в рабочем процессе мог произойти segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process
+if the "auth_http_header" directive was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+если использовался метод аутентификации CRAM-MD5, но он не был разрешён,
+то в рабочем процессе происходил segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault occurred in worker process
+if the CRAM-MD5 authentication method was used, but it was not enabled.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании протокола HTTPS в директиве proxy_pass
+в рабочем процессе мог произойти segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process when
+the HTTPS protocol was used in the "proxy_pass" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если использовался метод eventport.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process
+if the eventport method was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директивы proxy_ignore_client_abort и fastcgi_ignore_client_abort не работали;
+ошибка появилась в 0.5.13.
+</para>
+<para lang="en">
+the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives
+did not work;
+bug appeared in 0.5.13.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.6.2" date="09.07.2007">
<change type="bugfix">
@@ -732,7 +802,7 @@ nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc;
ошибка появилась в 0.5.8.
</para>
<para lang="en">
-nginx could not be built on platforms different from i386, amd64, sparc и ppc;
+nginx could not be built on platforms different from i386, amd64, sparc and ppc;
bug appeared in 0.5.8.
</para>
</change>