comparison docs/xml/nginx/changes.xml @ 1359:75efe17d7af1 stable-0.5 release-0.5.30

nginx-0.5.30-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Jul 2007 09:14:34 +0000
parents b0bbf0436b78
children 78bfaf37dc40
comparison
equal deleted inserted replaced
1356:739dd59468e3 1359:75efe17d7af1
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.5.30" date="30.07.2007">
13
14 <change type="feature">
15 <para lang="ru">
16 переменную $args можно устанавливать с помощью set.
17 </para>
18 <para lang="en">
19 the $args variable can be set with the "set" directive.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 переменная $is_args.
26 </para>
27 <para lang="en">
28 the $is_args variable.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 если клиент в почтовом прокси-сервере закрывал соединение,
35 то nginx мог не закрывать соединение с бэкендом.
36 </para>
37 <para lang="en">
38 if a client has closed connection to mail proxy
39 then nginx might not close connection to backend.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 теперь nginx экранирует пробел в переменной $memcached_key.
46 </para>
47 <para lang="en">
48 now nginx escapes space in $memcached_key variable.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 при использовании протокола HTTPS в директиве proxy_pass
55 в рабочем процессе мог произойти segmentation fault.
56 </para>
57 <para lang="en">
58 a segmentation fault might occur in worker process when
59 the HTTPS protocol was used in the "proxy_pass" directive.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 значение perl'овой переменной $$ модуля ngx_http_perl_module было равно
66 номеру главного процесса.
67 </para>
68 <para lang="en">
69 the perl $$ variable value in ngx_http_perl_module was equal to the master
70 process identification number.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 nginx не собирался на Solaris/amd64 Sun Studio 11 и более ранними версиями;
77 ошибка появилась в 0.5.29.
78 </para>
79 <para lang="en">
80 fix building on Solaris/amd64 by Sun Studio 11 and early versions;
81 bug appeared in 0.5.29.
82 </para>
83 </change>
84
85 </changes>
10 86
11 87
12 <changes ver="0.5.29" date="23.07.2007"> 88 <changes ver="0.5.29" date="23.07.2007">
13 89
14 <change type="feature"> 90 <change type="feature">