summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-08-19 08:54:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-08-19 08:54:17 +0000
commit559814049f137c819308937d543a33432e0e2280 (patch)
treeb6169bb826ea100e22152dca9b85567839666037 /docs
parentf6c7d898a8115a411391a371ef8d70ff528fbdcc (diff)
downloadnginx-559814049f137c819308937d543a33432e0e2280.tar.gz
nginx-559814049f137c819308937d543a33432e0e2280.tar.bz2
nginx-0.1.41-RELEASE importrelease-0.1.41
*) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/nginx/changes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 661d9e091..0dbd65260 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,22 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.1.41" date="25.07.2005">
+
+<change type="bugfix">
+<para lang="ru">
+если переменная использовалась в файле конфигурации,
+то она не могла использоваться в SSI.
+</para>
+<para lang="en">
+if the variable was used in the configuration file,
+then it can not be used in SSI.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.40" date="22.07.2005">
<change type="bugfix">