summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-13 15:43:19 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-13 15:43:19 +0000
commit372464cf314f08ecbace7de4e0bd41daae7d0593 (patch)
treea1b4b73b9c62ab2f7c8d23f31f8fe4cb5f88833a
parent960100e371cdaa1986929ac8cd2f4f515160c7a6 (diff)
nginx-0.4.9-RELEASErelease-0.4.9
-rw-r--r--docs/xml/nginx/changes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index fc5e898b0..d0651719c 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,29 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.4.9" date="13.10.2006">
+
+<change type="feature">
+<para lang="ru">
+параметр set в команде SSI include.
+</para>
+<para lang="en">
+the "set" parameter in the "include" SSI command.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module теперь проверяет версию модуля nginx.pm.
+</para>
+<para lang="en">
+the ngx_http_perl_module now tests the nginx.pm module version.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.4.8" date="11.10.2006">
<change type="bugfix">