comparison docs/xml/nginx/changes.xml @ 2726:18e39e566781 release-0.7.52

nginx-0.7.52-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Apr 2009 06:16:19 +0000
parents f51f2bec766c
children b073eaa1dcea
comparison
equal deleted inserted replaced
2725:d43d73277c5c 2726:18e39e566781
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.7.52" date="20.04.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 первая бинарная версия под Windows.
17 </para>
18 <para lang="en">
19 the first native Windows binary release.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 корректная обработка метода HEAD при кэшировании.
26 </para>
27 <para lang="en">
28 in processing HEAD method while caching.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 корректная обработка строк "If-Modified-Since", "If-Range" и им подобных
35 в заголовке запроса клиента при кэшировании.
36 </para>
37 <para lang="en">
38 in processing the "If-Modified-Since", "If-Range", etc. client request
39 header lines while caching.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 теперь строки "Set-Cookie" и "P3P" скрываются в заголовке ответа
46 для закэшированных ответов.
47 </para>
48 <para lang="en">
49 now the "Set-Cookie" and "P3P" header lines are hidden in cacheable responses.
50 </para>
51 </change>
52
53 <change type="bugfix">
54 <para lang="ru">
55 если nginx был собран с модулем ngx_http_perl_module и perl
56 поддерживал потоки, то при выходе основного процесса
57 могла выдаваться ошибка "panic: MUTEX_LOCK".
58 </para>
59 <para lang="en">
60 if nginx was built with the ngx_http_perl_module and with a perl which
61 supports threads, then during a master process exit
62 the message "panic: MUTEX_LOCK" might be issued.
63 </para>
64 </change>
65
66 <change type="bugfix">
67 <para lang="ru">
68 nginx не собирался с параметром --without-http-cache;
69 ошибка появилась в 0.7.48.
70 </para>
71 <para lang="en">
72 nginx could not be built --without-http-cache;
73 the bug had appeared in 0.7.48.
74 </para>
75 </change>
76
77 <change type="bugfix">
78 <para lang="ru">
79 nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc;
80 ошибка появилась в 0.7.42.
81 </para>
82 <para lang="en">
83 nginx could not be built on platforms different from i386, amd64, sparc,
84 and ppc;
85 the bug had appeared in 0.7.42.
86 </para>
87 </change>
88
89 </changes>
10 90
11 91
12 <changes ver="0.7.51" date="12.04.2009"> 92 <changes ver="0.7.51" date="12.04.2009">
13 93
14 <change type="feature"> 94 <change type="feature">