summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-06 06:05:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-06-06 06:05:05 +0000
commit547c193662298b17b5edce38d158ee45a3c8e5a3 (patch)
treed0c6abf45c6c5026804db0a13e25d8e9b2a92d10
parent52a93439bc737ef6ad7ac99b329ebdbcca6d31c3 (diff)
downloadnginx-547c193662298b17b5edce38d158ee45a3c8e5a3.tar.gz
nginx-0.5.24-RELEASErelease-0.5.24
-rw-r--r--docs/xml/nginx/changes.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c5d656ba3..565f26634 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.24" date="06.06.2007">
+
+<change type="security">
+<para lang="ru">
+директива ssl_verify_client не работала, если запрос выполнялся
+по протоколу HTTP/0.9.
+</para>
+<para lang="en">
+the "ssl_verify_client" directive did not work if request was made
+using HTTP/0.9.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании сжатия часть ответа могла передаваться несжатой;
+ошибка появилась в 0.5.23.
+</para>
+<para lang="en">
+a part of response body may be passed uncompressed if gzip was used;
+bug appeared in 0.5.23.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.23" date="04.06.2007">
<change type="feature">