comparison docs/xml/nginx/changes.xml @ 4844:3aeb14f88dae release-1.3.6

nginx-1.3.6-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 12 Sep 2012 10:41:36 +0000
parents 5e3bda6f5208
children dafd375f1c88
comparison
equal deleted inserted replaced
4843:762605076600 4844:3aeb14f88dae
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.6" date="12.09.2012">
9
10 <change type="feature">
11 <para lang="ru">
12 модуль ngx_http_gunzip_filter_module.
13 </para>
14 <para lang="en">
15 the ngx_http_gunzip_filter_module.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 директива memcached_gzip_flag.
22 </para>
23 <para lang="en">
24 the "memcached_gzip_flag" directive.
25 </para>
26 </change>
27
28 <change type="feature">
29 <para lang="ru">
30 параметр always директивы gzip_static.
31 </para>
32 <para lang="en">
33 the "always" parameter of the "gzip_static" directive.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 в директиве "limit_req";
40 ошибка появилась в 1.1.14.<br/>
41 Спасибо Charles Chen.
42 </para>
43 <para lang="en">
44 in the "limit_req" directive;
45 the bug had appeared in 1.1.14.<br/>
46 Thanks to Charles Chen.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 nginx не собирался gcc 4.7 с оптимизацией -O2
53 если использовался параметр --with-ipv6.
54 </para>
55 <para lang="en">
56 nginx could not be built by gcc 4.7 with -O2 optimization
57 if the --with-ipv6 option was used.
58 </para>
59 </change>
60
61 </changes>
6 62
7 63
8 <changes ver="1.3.5" date="21.08.2012"> 64 <changes ver="1.3.5" date="21.08.2012">
9 65
10 <change type="change"> 66 <change type="change">