summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-31 15:28:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-31 15:28:43 +0000
commitba343db63247d589036ee86c05c9576d676159a0 (patch)
tree6566faf6ad58b4bd73ecbf008cd6466ce77142d2
parenteccb108f5ca436e82a6500704a6ef589900c7b93 (diff)
downloadnginx-release-0.4.12.tar.gz
nginx-0.4.12-RELEASErelease-0.4.12
-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 ee2a6b882..eb09f1cfa 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.4.12" date="31.10.2006">
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module поддерживает метод $r->variable.
+</para>
+<para lang="en">
+the ngx_http_perl_module supports the $r->variable method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при включении в ответ большого статического файла с помощью SSI
+ответ мог передаваться не полностью.
+</para>
+<para lang="en">
+if a big static file was included using SSI in a response,
+then the response may be transferred incomplete.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не убирал "#fragment" в URI.
+</para>
+<para lang="en">
+nginx did not omit the "#fragment" part in URI.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.4.11" date="25.10.2006">
<change type="feature">