comparison docs/xml/nginx/changes.xml @ 4896:ab7ce0eb4cf7 release-1.3.8

nginx-1.3.8-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Oct 2012 13:34:23 +0000
parents dafd375f1c88
children 1b1a9337a739
comparison
equal deleted inserted replaced
4895:508e61393b6c 4896:ab7ce0eb4cf7
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.3.8" date="30.10.2012">
9
10 <change type="feature">
11 <para lang="ru">
12 параметр optional_no_ca директивы ssl_verify_client.<br/>
13 Спасибо Михаилу Казанцеву и Eric O'Connor.
14 </para>
15 <para lang="en">
16 the "optional_no_ca" parameter of the "ssl_verify_client" directive.<br/>
17 Thanks to Mike Kazantsev and Eric O'Connor.
18 </para>
19 </change>
20
21 <change type="feature">
22 <para lang="ru">
23 переменные $bytes_sent, $connection и $connection_requests
24 теперь можно использовать не только в директиве log_format.<br/>
25 Спасибо Benjamin Grössing.
26 </para>
27 <para lang="en">
28 the $bytes_sent, $connection, and $connection_requests variables
29 can now be used not only in the "log_format" directive.<br/>
30 Thanks to Benjamin Grössing.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 параметр auto директивы worker_processes.
37 </para>
38 <para lang="en">
39 the "auto" parameter of the "worker_processes" directive.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 сообщения "cache file ... has md5 collision".
46 </para>
47 <para lang="en">
48 "cache file ... has md5 collision" alert.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 в модуле ngx_http_gunzip_filter_module.
55 </para>
56 <para lang="en">
57 in the ngx_http_gunzip_filter_module.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 в директиве ssl_stapling.
64 </para>
65 <para lang="en">
66 in the "ssl_stapling" directive.
67 </para>
68 </change>
69
70 </changes>
6 71
7 72
8 <changes ver="1.3.7" date="02.10.2012"> 73 <changes ver="1.3.7" date="02.10.2012">
9 74
10 <change type="feature"> 75 <change type="feature">