comparison docs/xml/nginx/changes.xml @ 597:9262f520ce21 release-0.3.20

nginx-0.3.20-RELEASE import *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jan 2006 15:26:57 +0000
parents ebc68d8ca496
children 869b6444d234
comparison
equal deleted inserted replaced
596:0381e6d3aa70 597:9262f520ce21
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 10
11
12 <changes ver="0.3.20" date="11.01.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 ошибки в обработке SSI.
17 </para>
18 <para lang="en">
19 in SSI handling.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 модуль ngx_http_memcached_module не поддерживал ключи в виде /uri?args.
26 </para>
27 <para lang="en">
28 the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
29 </para>
30 </change>
31
32 </changes>
11 33
12 <changes ver="0.3.19" date="28.12.2005"> 34 <changes ver="0.3.19" date="28.12.2005">
13 35
14 <change type="feature"> 36 <change type="feature">
15 <para lang="ru"> 37 <para lang="ru">