Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-16 22:25:37 +0300
committerIgor Sysoev <igor@sysoev.ru>2009-11-16 22:25:37 +0300
commit2638d3e6242ec39e11d855effcd19969b28e9f33 (patch)
tree98ab188dc1efbedecc911b25ba2cf562e96c8bbd
parent42f5fb19ace6d56d5d49094adca3c1c983b51fa9 (diff)
nginx-0.8.26-RELEASErelease-0.8.26
-rw-r--r--docs/xml/nginx/changes.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 486676821..f425581fd 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.26" date="16.11.2009">
+
+<change type="bugfix">
+<para lang="ru">
+ошибки при использовании выделений в директиве rewrite;
+ошибка появилась в 0.8.25.
+</para>
+<para lang="en">
+in captures usage in "rewrite" directive;
+the bug had appeared in 0.8.25.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался без параметра --with-debug;
+ошибка появилась в 0.8.25.
+</para>
+<para lang="en">
+nginx could not be built without the --with-debug option;
+the bug had appeared in 0.8.25.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.25" date="16.11.2009">
<change type="change">
@@ -72,7 +99,7 @@ the bug had appeared in 0.8.18.
<change type="bugfix">
<para lang="ru">
-nginx передавал сжатые ответы клиентам, не поддерживающим сжатие
+nginx передавал сжатые ответы клиентам, не поддерживающим сжатие,
при настройках gzip_static on и gzip_vary off;
ошибка появилась в 0.8.16.
</para>