]> git.kaiwu.me - nginx.git/commitdiff
nginx-1.4.0-RELEASE release-1.4.0
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 24 Apr 2013 13:59:34 +0000 (13:59 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 24 Apr 2013 13:59:34 +0000 (13:59 +0000)
docs/xml/nginx/changes.xml

index 8fb902aaff0eb36aa8dcdc4b06e8a368d99ad374..71e069342455c2d46b0f13cd9b994adcb7dc21b0 100644 (file)
@@ -5,6 +5,35 @@
 <change_log title="nginx">
 
 
+<changes ver="1.4.0" date="24.04.2013">
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с модулем ngx_http_perl_module,
+если использовался параметр --with-openssl;
+ошибка появилась в 1.3.16.
+</para>
+<para lang="en">
+nginx could not be built with the ngx_http_perl_module
+if the --with-openssl option was used;
+the bug had appeared in 1.3.16.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в работе с телом запроса из модуля ngx_http_perl_module;
+ошибка появилась в 1.3.9.
+</para>
+<para lang="en">
+in a request body handling in the ngx_http_perl_module;
+the bug had appeared in 1.3.9.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.3.16" date="16.04.2013">
 
 <change type="bugfix">