summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-05-16 13:53:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-05-16 13:53:20 +0000
commitd52477ff6da227552cd77ffcdf19941d5005ca13 (patch)
treeb075a90c87e64b29770391ebcd0070c9bd208f5f /docs
parentd5d6b6bc3bfa5198f9ca7412b17feddaa348d1c6 (diff)
downloadnginx-d52477ff6da227552cd77ffcdf19941d5005ca13.tar.gz
nginx-d52477ff6da227552cd77ffcdf19941d5005ca13.tar.bz2
nginx-0.1.31-RELEASE importrelease-0.1.31
*) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: errors while processing FastCGI response by SSI. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the redirect with the 301 code was transferred without response body; the bug had appeared in 0.1.30.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/nginx/changes.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 1d401f849..2900e2d5b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,49 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.1.31" date="16.05.2005">
+
+<change type="bugfix">
+<para lang="ru">
+при использовании SSL ответ мог передаваться не до конца.
+</para>
+<para lang="en">
+the response encrypted by SSL may not transferred complete.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибки при обработке SSI в ответе, полученного от FastCGI-сервера.
+</para>
+<para lang="en">
+errors while processing FastCGI response by SSI.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибки при использовании SSI и сжатия.
+</para>
+<para lang="en">
+errors while using SSI and gzipping.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+редирект с кодом 301 передавался без тела ответа;
+ошибка появилась в 0.1.30.
+</para>
+<para lang="en">
+the redirect with the 301 code was transferred without response body;
+bug appeared in 0.1.30.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.30" date="14.05.2005">
<change type="bugfix">