comparison docs/xml/nginx/changes.xml @ 3935:c9c2805ac924 release-1.0.4

nginx-1.0.4-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Jun 2011 09:29:58 +0000
parents 80d586db3165
children fa2c37b1122c
comparison
equal deleted inserted replaced
3934:b4b7bb829fe2 3935:c9c2805ac924
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="1.0.4" date="01.06.2011">
13
14 <change type="change">
15 <para lang="ru">
16 теперь в регулярных выражениях в директиве map можно задать
17 чувствительность к регистру с помощью префиксов "~" и "~*".
18 </para>
19 <para lang="en">
20 now regular expressions case sensitivity in the "map" directive
21 is given by prefixes "~" or "~*".
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 теперь разделяемые зоны и кэши используют семафоры POSIX на Linux.<br/>
28 Спасибо Денису Латыпову.
29 </para>
30 <para lang="en">
31 now shared zones and caches use POSIX semaphores on Linux. <br/>
32 Thanks to Denis F. Latypoff.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 сообщения "stalled cache updating".
39 </para>
40 <para lang="en">
41 "stalled" cache updating" alert.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 nginx не собирался с параметром --without-http_auth_basic_module;
48 ошибка появилась в 1.0.3.
49 </para>
50 <para lang="en">
51 nginx could not be built --without-http_auth_basic_module;
52 the bug had appeared in 1.0.3.
53 </para>
54 </change>
55
56 </changes>
10 57
11 58
12 <changes ver="1.0.3" date="25.05.2011"> 59 <changes ver="1.0.3" date="25.05.2011">
13 60
14 <change type="feature"> 61 <change type="feature">
67 proxy/fastcgi/scgi/uwsgi_cache_bypass и proxy/fastcgi/scgi/ uwsgi_no_cache 114 proxy/fastcgi/scgi/uwsgi_cache_bypass и proxy/fastcgi/scgi/ uwsgi_no_cache
68 были разными; 115 были разными;
69 ошибка появилась в 0.8.46. 116 ошибка появилась в 0.8.46.
70 </para> 117 </para>
71 <para lang="en"> 118 <para lang="en">
72 a cached reponse may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass 119 a cached response may be broken if proxy/fastcgi/scgi/ uwsgi_cache_bypass
73 and proxy/fastcgi/scgi/uwsgi_no_cache directive values were different; 120 and proxy/fastcgi/scgi/uwsgi_no_cache directive values were different;
74 the bug had appeared in 0.8.46. 121 the bug had appeared in 0.8.46.
75 </para> 122 </para>
76 </change> 123 </change>
77 124