summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-12-06 11:36:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-12-06 11:36:30 +0000
commit51a2af90f1c1a92cb176a7b682bf16a389e27e3c (patch)
tree5c744fd5c0d61dc39f99cba63927abcabed901de
parent3e3ee60b99f41cdc15f3651f0a917217977157c1 (diff)
downloadnginx-51a2af90f1c1a92cb176a7b682bf16a389e27e3c.tar.gz
nginx-0.9.2-RELEASErelease-0.9.2
-rw-r--r--docs/xml/nginx/changes.xml49
1 files changed, 48 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 22594fc1e..174bcd818 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,53 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.9.2" date="06.12.2010">
+
+<change type="feature">
+<para lang="ru">
+поддержка строки "If-Unmodified-Since" в заголовке запросе клиента.
+</para>
+<para lang="en">
+the "If-Unmodified-Since" client request header line support.
+</para>
+</change>
+
+<change type="workaround">
+<para lang="ru">
+использование accept(), если accept4() не реализован;
+ошибка появилась в 0.9.0.
+</para>
+<para lang="en">
+fallback to accept() syscall if accept4() was not implemented;
+the issue had appeared in 0.9.0.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался под Cygwin;
+ошибка появилась в 0.9.0.
+</para>
+<para lang="en">
+nginx could not be built on Cygwin;
+the issue had appeared in 0.9.0.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+уязвимости в OpenSSL CVE-2010-4180.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+for OpenSSL vulnerability CVE-2010-4180.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.9.1" date="30.11.2010">
<change type="bugfix">
@@ -17,7 +64,7 @@
ошибка появилась в 0.9.0.
</para>
<para lang="en">
-"return CODE message" directrives did not work;
+"return CODE message" directives did not work;
the bug had appeared in 0.9.0.
</para>
</change>