aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-04-24 13:59:34 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2013-04-24 13:59:34 +0000
commitc869fd38f8ebc14a06cfcdf64a509e8281628dfd (patch)
treef28c9ade1e591edec7d4ecbb6ec12484796cc933
parent39d9871bc80e8c4b22e60305e36b5f912ab3a334 (diff)
downloadnginx-release-1.4.0.tar.gz
nginx-release-1.4.0.zip
nginx-1.4.0-RELEASErelease-1.4.0
-rw-r--r--docs/xml/nginx/changes.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 8fb902aaf..71e069342 100644
--- 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">