summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-01 14:54:42 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-01 14:54:42 +0000
commit4d511f77da401ed57a21cf04e18706aa7a3cf925 (patch)
treeb9af2d69d888e0bb550eae5bfd25e51deaf6afe1
parent863325fe98fd5fec5ab33c4dda5dd06f65a092ac (diff)
downloadnginx-release-0.7.24.tar.gz
nginx-0.7.24-RELEASErelease-0.7.24
-rw-r--r--docs/xml/nginx/changes.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 7f20f19af..83c135fb7 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,40 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.24" date="01.12.2008">
+
+<change type="feature">
+<para lang="ru">
+директива if_modified_since.
+</para>
+<para lang="en">
+the "if_modified_since" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не обрабатывал ответ FastCGI-сервера,
+если перед ответом сервер передавал много сообщений в stderr.
+</para>
+<para lang="en">
+nginx did not process a FastCGI server response,
+if the server send too many messages to stderr before response.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+переменные "$cookie_..." не работали в SSI and в перловом модуле.
+</para>
+<para lang="en">
+the "$cookie_..." variables did not work in the SSI and the perl module.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.23" date="27.11.2008">
<change type="feature">