comparison docs/xml/nginx/changes.xml @ 5164:d50f390fa97e stable-1.2 release-1.2.8

nginx-1.2.8-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Apr 2013 12:34:21 +0000
parents a58e268f6c08
children 0e80c5bf5e1b
comparison
equal deleted inserted replaced
5163:c0497468f521 5164:d50f390fa97e
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.2.8" date="02.04.2013">
9
10 <change type="bugfix">
11 <para lang="ru">
12 при использовании директивы "ssl_session_cache shared"
13 новые сессии могли не сохраняться,
14 если заканчивалось место в разделяемой памяти.<br/>
15 Спасибо Piotr Sikora.
16 </para>
17 <para lang="en">
18 new sessions were not always stored
19 if the "ssl_session_cache shared" directive was used
20 and there was no free space in shared memory.<br/>
21 Thanks to Piotr Sikora.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 ответы могли зависать,
28 если использовались подзапросы
29 и при обработке подзапроса происходила DNS-ошибка.<br/>
30 Спасибо Lanshun Zhou.
31 </para>
32 <para lang="en">
33 responses might hang
34 if subrequests were used
35 and a DNS error happened during subrequest processing.<br/>
36 Thanks to Lanshun Zhou.
37 </para>
38 </change>
39
40 <change type="bugfix">
41 <para lang="ru">
42 в модуле ngx_http_mp4_module.<br/>
43 Спасибо Gernot Vormayr.
44 </para>
45 <para lang="en">
46 in the ngx_http_mp4_module.<br/>
47 Thanks to Gernot Vormayr.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 в процедуре учёта использования бэкендов.
54 </para>
55 <para lang="en">
56 in backend usage accounting.
57 </para>
58 </change>
59
60 </changes>
6 61
7 62
8 <changes ver="1.2.7" date="12.02.2013"> 63 <changes ver="1.2.7" date="12.02.2013">
9 64
10 <change type="change"> 65 <change type="change">