# HG changeset patch # User Igor Sysoev # Date 1291635390 0 # Node ID 16cff36b0e49fc9fdeee13b2e92690286bcc1b3d # Parent c6a5bae994f605acdeb2bf03f5efc47b20927e6f nginx-0.9.2-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,53 @@ nginx changelog + + + + +поддержка строки "If-Unmodified-Since" в заголовке запросе клиента. + + +the "If-Unmodified-Since" client request header line support. + + + + + +использование accept(), если accept4() не реализован; +ошибка появилась в 0.9.0. + + +fallback to accept() syscall if accept4() was not implemented; +the issue had appeared in 0.9.0. + + + + + +nginx не собирался под Cygwin; +ошибка появилась в 0.9.0. + + +nginx could not be built on Cygwin; +the issue had appeared in 0.9.0. + + + + + +уязвимости в OpenSSL CVE-2010-4180.
+Спасибо Максиму Дунину. +
+ +for OpenSSL vulnerability CVE-2010-4180.
+Thanks to Maxim Dounin. +
+
+ +
+ + @@ -17,7 +64,7 @@ ошибка появилась в 0.9.0. -"return CODE message" directrives did not work; +"return CODE message" directives did not work; the bug had appeared in 0.9.0.