comparison docs/xml/nginx/changes.xml @ 493:975f62e77f02 release-0.1.21

nginx-0.1.21-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Feb 2005 14:40:13 +0000
parents 0f836f0288ee
children fc9909c369b2
comparison
equal deleted inserted replaced
492:a3fac9a5aa5b 493:975f62e77f02
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.21" date="22.02.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 модуль ngx_http_stub_status_module показывал неверную статистику
17 при использовании метода rtsig или при использовании нескольких
18 рабочих процессов на SMP машине.
19 </para>
20 <para lang="en">
21 the ngx_http_stub_status_module showed incorrect statictics
22 if "rtsig" method was used or if several worker process ran on SMP.
23 </para>
24 </change>
25
26 <change type="bugfix">
27 <para lang="ru">
28 nginx не собирался компилятором icc под Линуксом или
29 если библиотека zlib-1.2.x собиралась из исходных текстов.
30 </para>
31 <para lang="en">
32 nginx could not be built by the icc compiler on Linux or
33 if the zlib-1.2.x library was building from sources.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 nginx не собирался под NetBSD 2.0.
40 </para>
41 <para lang="en">
42 nginx could not be built on NetBSD 2.0.
43 </para>
44 </change>
45
46 </changes>
10 47
11 48
12 <changes ver="0.1.20" date="17.02.2005"> 49 <changes ver="0.1.20" date="17.02.2005">
13 50
14 <change type="feature"> 51 <change type="feature">