summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-14 13:28:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-09-14 13:28:04 +0000
commit3a292dbcd3e5fe22907d0e7cfde2bb61e2678ba2 (patch)
treec1b63c460be27ced6bf6f309727dc89cdc929b7e
parentaa542635fff247c83322c81676d0e847bd97b96a (diff)
downloadnginx-release-0.4.1.tar.gz
nginx-0.4.1-RELEASErelease-0.4.1
-rw-r--r--docs/xml/nginx/changes.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 0ad86c506..a999b0d74 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,42 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.4.1" date="14.09.2006">
+
+<change type="bugfix">
+<para lang="ru">
+совместимость с DragonFlyBSD.<br/>
+Спасибо Павлу Назарову.
+</para>
+<para lang="en">
+the DragonFlyBSD compatibility.<br/>
+Thanks to Pavel Nazarov.
+</para>
+</change>
+
+<change type="workaround">
+<para lang="ru">
+обход ошибки в sendfile() в 64-битном Linux при передаче файлов больше 2G.
+</para>
+<para lang="en">
+of bug in 64-bit Linux sendfile(), when file is more than 2G.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+теперь на Linux nginx для статических запросов использует флаг O_NOATIME.<br/>
+Спасибо Yusuf Goolamabbas.
+</para>
+<para lang="en">
+now on Linux nginx uses O_NOATIME flag for static requests.<br/>
+Thanks to Yusuf Goolamabbas.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.4.0" date="30.08.2006">
<change>