comparison docs/xml/nginx/changes.xml @ 611:3f8a2132b93d release-0.3.27

nginx-0.3.27-RELEASE import *) Change: the "variables_hash_max_size" and "variables_hash_bucket_size" directives. *) Feature: the $body_bytes_sent variable can be used not only in the "log_format" directive. *) Feature: the $ssl_protocol and $ssl_cipher variables. *) Feature: the cache line size detection for widespread CPUs at start time. *) Feature: now the "accept_mutex" directive is supported using fcntl(2) on platforms different from i386, amd64, sparc64, and ppc. *) Feature: the "lock_file" directive and the --with-lock-path=PATH autoconfiguration directive. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive then the requests with the body was not transferred.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 08 Feb 2006 15:33:12 +0000
parents 608cf78b24ef
children c73c5c58c619
comparison
equal deleted inserted replaced
610:200d628b47dd 611:3f8a2132b93d
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.3.27" date="08.02.2006">
13
14 <change type="change">
15 <para lang="ru">
16 директивы variables_hash_max_size и variables_hash_bucket_size.
17 </para>
18 <para lang="en">
19 the "variables_hash_max_size" and "variables_hash_bucket_size" directives.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 переменная $body_bytes_sent доступна не только в директиве log_format.
26 </para>
27 <para lang="en">
28 the $body_bytes_sent variable can be used not only in the "log_format"
29 directive.
30 </para>
31 </change>
32
33 <change type="feature">
34 <para lang="ru">
35 переменные $ssl_protocol и $ssl_cipher.
36 </para>
37 <para lang="en">
38 the $ssl_protocol and $ssl_cipher variables.
39 </para>
40 </change>
41
42 <change type="feature">
43 <para lang="ru">
44 определение размера строки кэша распространённых процессоров при старте.
45 </para>
46 <para lang="en">
47 the cache line size detection for widespread CPUs at start time.
48 </para>
49 </change>
50
51 <change type="feature">
52 <para lang="ru">
53 директива accept_mutex теперь поддерживается посредством fcntl(2)
54 на платформах, отличных от i386, amd64, sparc64 и ppc.
55 </para>
56 <para lang="en">
57 now the "accept_mutex" directive is supported using fcntl(2)
58 on platforms different from i386, amd64, sparc64, and ppc.
59 </para>
60 </change>
61
62 <change type="feature">
63 <para lang="ru">
64 директива lock_file и параметр автоконфигурации --with-lock-path=PATH.
65 </para>
66 <para lang="en">
67 the "lock_file" directive and the --with-lock-path=PATH autoconfiguration
68 directive.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 при использовании протокола HTTPS в директиве proxy_pass не передавались
75 запросы с телом.
76 </para>
77 <para lang="en">
78 if the HTTP protocol was used in the "proxy_pass" directive then
79 the requests with the body did not transferred.
80 </para>
81 </change>
82
83 </changes>
10 84
11 85
12 <changes ver="0.3.26" date="03.02.2006"> 86 <changes ver="0.3.26" date="03.02.2006">
13 87
14 <change type="change"> 88 <change type="change">