summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-17 09:57:37 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-17 09:57:37 +0000
commitea0558c2dba4542f537dc2e7a2fd34ecdc3e57fc (patch)
treef5cf66b63d2c3dcdd4325296d3e4eb73339172ef
parentf42ed05e9cb6125d5eb9183a1218cd38a4082c20 (diff)
downloadnginx-ea0558c2dba4542f537dc2e7a2fd34ecdc3e57fc.tar.gz
nginx-0.6.4-RELEASErelease-0.6.4
-rw-r--r--docs/xml/nginx/changes.xml60
1 files changed, 58 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e5eb917e1..4168905ab 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,60 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.6.4" date="17.07.2007">
+
+<change type="security">
+<para lang="ru">
+при использовании директивы msie_refresh был возможен XSS.
+</para>
+<para lang="en">
+the "msie_refresh" directive allowed XSS.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+директивы proxy_store и fastcgi_store изменены.
+</para>
+<para lang="en">
+the "proxy_store" and "fastcgi_store" directives were changed.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директивы proxy_store_access и fastcgi_store_access.
+</para>
+<para lang="en">
+the "proxy_store_access" and "fastcgi_store_access" directives.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не работал на Solaris/sparc64, если был собран Sun Studio.<br/>
+Спасибо Андрею Нигматулину.
+</para>
+<para lang="en">
+nginx did not work on Solaris/sparc64 if it was built by Sun Studio.<br/>
+Thanks to Andrei Nigmatulin.
+</para>
+</change>
+
+<change type="workaround">
+<para lang="ru">
+обход ошибки в Sun Studio 12.<br/>
+Спасибо Jiang Hong.
+</para>
+<para lang="en">
+for Sun Studio 12.<br/>
+Thanks to Jiang Hong.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.6.3" date="12.07.2007">
<change type="feature">
@@ -23,11 +77,13 @@ the "proxy_store" and "fastcgi_store" directives.
<change type="bugfix">
<para lang="ru">
при использовании директивы auth_http_header
-в рабочем процессе мог произойти segmentation fault.
+в рабочем процессе мог произойти segmentation fault.<br/>
+Спасибо Максиму Дунину.
</para>
<para lang="en">
a segmentation fault might occur in worker process
-if the "auth_http_header" directive was used.
+if the "auth_http_header" directive was used.<br/>
+Thanks to Maxim Dounin.
</para>
</change>