summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-31 15:02:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-31 15:02:36 +0000
commitb1b7b42df6da0bab9ba4fdb8e5126ddf3dba19f0 (patch)
tree98531babb754537308630f0a18a2c364acef451b
parent9f9054df82b73c652cb414da9a10c9bc08185ac1 (diff)
downloadnginx-release-0.8.13.tar.gz
nginx-0.8.13-RELEASErelease-0.8.13
-rw-r--r--docs/xml/nginx/changes.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e9b974bc0..b6e1ef9c5 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.13" date="31.08.2009">
+
+<change type="bugfix">
+<para lang="ru">
+в директиве "aio sendfile";
+ошибка появилась в 0.8.12.
+</para>
+<para lang="en">
+in the "aio sendfile" directive.
+the bug had appeared in 0.8.12.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался без параметра --with-file-aio на FreeBSD;
+ошибка появилась в 0.8.12.
+</para>
+<para lang="en">
+nginx could not be built without the --with-file-aio option on FreeBSD;
+the bug had appeared in 0.8.12.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.12" date="31.08.2009">
<change type="feature">