changeset 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 099427f518e4
children 3d6cb39da268
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -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">