summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-09-14 15:00:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-09-14 15:00:43 +0000
commit0c54cce4e1317dc585c3ef722a7ff02cf9817747 (patch)
tree40e5ee41800d80b484c9e00db57d609ff3477803
parent9c5d25179cbda4968962fb2bd8dcbc8e417b7b85 (diff)
downloadnginx-release-1.1.3.tar.gz
nginx-1.1.3-RELEASErelease-1.1.3
-rw-r--r--docs/xml/nginx/changes.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d1270df33..7166d2b50 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,49 @@
<title lang="en">nginx changelog</title>
+<changes ver="1.1.3" date="14.09.2011">
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_mp4_module.
+</para>
+<para lang="en">
+the module ngx_http_mp4_module.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в Linux AIO, используемым совместно с open_file_cache.
+</para>
+<para lang="en">
+in Linux AIO combined with open_file_cache.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+open_file_cache не обновлял информацию о файле,
+если файл был изменён не атомарно.
+</para>
+<para lang="en">
+open_file_cache did not update file info on retest
+if file was not atomically changed.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался на MacOSX 10.7.
+</para>
+<para lang="en">
+nginx could not be built on MacOSX 10.7.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.1.2" date="05.09.2011">
<change type="change">