comparison docs/xml/nginx/changes.xml @ 591:8c0cdd81580e release-0.3.17

nginx-0.3.17-RELEASE import *) Change: now on Linux configure checks the presence of epoll and sendfile64() in kernel. *) Feature: the "map" directive supports domain names in the ".domain.tld" form. *) Bugfix: the timeouts were not used in SSL handshake; the bug had appeared in 0.2.4. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. *) Bugfix: when the HTTPS protocol was used in the "proxy_pass" directive the port 80 was used by default.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 18 Dec 2005 16:02:44 +0000
parents d4e858a5751a
children 425af804d968
comparison
equal deleted inserted replaced
590:f43eb5e99ba7 591:8c0cdd81580e
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.17" date="18.12.2005">
13
14 <change type="change">
15 <para lang="ru">
16 на Linux configure теперь проверяет наличие epoll и sendfile64() в ядре.
17 </para>
18 <para lang="en">
19 now on Linux configure checks the presence of epoll and sendfile64() in kernel.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива map поддерживает доменные имена в формате ".domain.tld".
26 </para>
27 <para lang="en">
28 the "map" directive supports domain names in the ".domain.tld" form.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 во время SSL handshake не иcпользовались таймауты.
35 </para>
36 <para lang="en">
37 the timeouts were not used in SSL handshake.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 в использовании протокола HTTPS в директиве proxy_pass.
44 </para>
45 <para lang="en">
46 in the HTTP protocol in the "proxy_pass" directive.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 при использовании протокола HTTPS в директиве proxy_pass по умолчанию
53 использовался порт 80.
54 </para>
55 <para lang="en">
56 when the HTTP protocol was used in the "proxy_pass" directive the port 80
57 was used by default.
58 </para>
59 </change>
60
61 </changes>
10 62
11 63
12 <changes ver="0.3.16" date="16.12.2005"> 64 <changes ver="0.3.16" date="16.12.2005">
13 65
14 <change type="feature"> 66 <change type="feature">
381 <change type="feature"> 433 <change type="feature">
382 <para lang="ru"> 434 <para lang="ru">
383 директива proxy_pass поддерживает протокол HTTPS. 435 директива proxy_pass поддерживает протокол HTTPS.
384 </para> 436 </para>
385 <para lang="en"> 437 <para lang="en">
386 the "proxy_set_body" directive supports the HTTPS protocol. 438 the "proxy_pass" directive supports the HTTPS protocol.
387 </para> 439 </para>
388 </change> 440 </change>
389 441
390 <change type="feature"> 442 <change type="feature">
391 <para lang="ru"> 443 <para lang="ru">