comparison docs/xml/nginx/changes.xml @ 517:dadfa78d2270 release-0.1.33

nginx-0.1.33-RELEASE import *) Bugfix: nginx could not be built with the --without-pcre parameter; the bug had appeared in 0.1.29. *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one level cause the bus fault on start up. *) Bugfix: the HTTP protocol was specified in the HTTPS redirects. *) Bugfix: if the "rewrite" directive used the captures inside the "if" directive, then the 500 error code was returned.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 May 2005 12:07:45 +0000
parents 417a087c9c4d
children 12234c998d83
comparison
equal deleted inserted replaced
516:ea9642a65514 517:dadfa78d2270
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.1.33" date="23.05.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 nginx не собирался с параметром --without-pcre;
17 ошибка появилась в 0.1.29.
18 </para>
19 <para lang="en">
20 nginx could not be built with the --without-pcre parameter;
21 bug appeared in 0.1.29.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 3, 5, 7 и 8 директив proxy_set_header на одном уровне вызывали
28 bus fault при запуске.
29 </para>
30 <para lang="en">
31 3, 4, 7, and 8 the "proxy_set_header" directives in one level cause
32 the bus fault on start up.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 в редиректах внутри HTTPS сервера был указан протокол HTTP.
39 </para>
40 <para lang="en">
41 the HTTP protocol was specified in the HTTPS redirects.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 если директива rewrite использовала выделения внутри директивы if, то
48 возвращалась ошибка 500.
49 </para>
50 <para lang="en">
51 if the "rewrite" directive used the captures inside the "if" directive, then
52 the 500 error code was returned.
53 </para>
54 </change>
55
56 </changes>
10 57
11 58
12 <changes ver="0.1.32" date="19.05.2005"> 59 <changes ver="0.1.32" date="19.05.2005">
13 60
14 <change type="bugfix"> 61 <change type="bugfix">