summaryrefslogtreecommitdiffhomepage
path: root/docs/xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-02-24 12:29:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-02-24 12:29:09 +0000
commit4a71559d9bf433baf01c459c7daba58f99805b32 (patch)
treef414a54fc1624eaddd446bbe9f0c1370e38df87e /docs/xml
parent4dc57ba98fb7526efe4564f4d352c52024c47535 (diff)
downloadnginx-4a71559d9bf433baf01c459c7daba58f99805b32.tar.gz
nginx-4a71559d9bf433baf01c459c7daba58f99805b32.tar.bz2
nginx-0.1.22-RELEASE importrelease-0.1.22
*) Bugfix: the ngx_http_stub_status_module showed incorrect handled connections statistics if the proxying or FastCGI server were used. *) Bugfix: the installation paths were incorrectly quoted on Linux and Solaris; the bug had appeared in 0.1.21.
Diffstat (limited to 'docs/xml')
-rw-r--r--docs/xml/nginx/changes.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f6716c154..f9068c83d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,34 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.1.22" date="22.02.2005">
+
+<change type="bugfix">
+<para lang="ru">
+модуль ngx_http_stub_status_module показывал неверную статистику
+для обработанных соединений, если использовалось проксирование
+или FastCGI-сервер.
+</para>
+<para lang="en">
+the ngx_http_stub_status_module showed incorrect handled connections
+statictics if the proxing or FastCGI server were used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+на Linux и Solaris установочные пути были неверно заключены в кавычки;
+ошибка появилась в 0.1.21.
+</para>
+<para lang="en">
+the installation pathes were incorrectly quoted on Linux and Solaris;
+bug appeared in 0.1.21.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.21" date="22.02.2005">
<change type="bugfix">