comparison docs/xml/nginx/changes.xml @ 5184:7809529022b8 release-1.4.0

nginx-1.4.0-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 24 Apr 2013 13:59:34 +0000
parents 23159600bdea
children 48a84bc3ff07 0702de638a4c
comparison
equal deleted inserted replaced
5183:099427f518e4 5184:7809529022b8
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.4.0" date="24.04.2013">
9
10 <change type="bugfix">
11 <para lang="ru">
12 nginx не собирался с модулем ngx_http_perl_module,
13 если использовался параметр --with-openssl;
14 ошибка появилась в 1.3.16.
15 </para>
16 <para lang="en">
17 nginx could not be built with the ngx_http_perl_module
18 if the --with-openssl option was used;
19 the bug had appeared in 1.3.16.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 в работе с телом запроса из модуля ngx_http_perl_module;
26 ошибка появилась в 1.3.9.
27 </para>
28 <para lang="en">
29 in a request body handling in the ngx_http_perl_module;
30 the bug had appeared in 1.3.9.
31 </para>
32 </change>
33
34 </changes>
6 35
7 36
8 <changes ver="1.3.16" date="16.04.2013"> 37 <changes ver="1.3.16" date="16.04.2013">
9 38
10 <change type="bugfix"> 39 <change type="bugfix">