comparison docs/xml/nginx/changes.xml @ 495:fc9909c369b2 release-0.1.22

nginx-0.1.22-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Feb 2005 12:29:09 +0000
parents 975f62e77f02
children d7c90bb5ce83
comparison
equal deleted inserted replaced
494:f94c1b769a7c 495:fc9909c369b2
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.1.22" date="22.02.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 модуль ngx_http_stub_status_module показывал неверную статистику
17 для обработанных соединений, если использовалось проксирование
18 или FastCGI-сервер.
19 </para>
20 <para lang="en">
21 the ngx_http_stub_status_module showed incorrect handled connections
22 statictics if the proxing or FastCGI server were used.
23 </para>
24 </change>
25
26 <change type="bugfix">
27 <para lang="ru">
28 на Linux и Solaris установочные пути были неверно заключены в кавычки;
29 ошибка появилась в 0.1.21.
30 </para>
31 <para lang="en">
32 the installation pathes were incorrectly quoted on Linux and Solaris;
33 bug appeared in 0.1.21.
34 </para>
35 </change>
36
37 </changes>
10 38
11 39
12 <changes ver="0.1.21" date="22.02.2005"> 40 <changes ver="0.1.21" date="22.02.2005">
13 41
14 <change type="bugfix"> 42 <change type="bugfix">