summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-02-23 16:01:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-02-23 16:01:23 +0000
commit516724481848f80bf92c1fb4e5f6188016c98e8b (patch)
treed52c90999fc9c30a42059b8b9086a566c86e25b8
parent5336bd878b5addd9ef11ca8b63756ee1679393bc (diff)
downloadnginx-release-0.7.38.tar.gz
nginx-0.7.38-RELEASErelease-0.7.38
-rw-r--r--docs/xml/nginx/changes.xml42
1 files changed, 41 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 47ebb55c9..bae1ff749 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,46 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.38" date="23.02.2009">
+
+<change type="feature">
+<para lang="ru">
+логгирование ошибок аутентификации.
+</para>
+<para lang="en">
+authentication failures logging.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+имя/пароль, заданные в auth_basic_user_file, игнорировались после нечётного
+числа пустых строк.<br/>
+Спасибо Александру Загребину.
+</para>
+<para lang="en">
+name/password in auth_basic_user_file were ignored after odd number
+of empty lines.<br/>
+Thanks to Alexander Zagrebin.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании длинного пути в unix domain сокете
+в главном процессе происходил segmentation fault;
+ошибка появилась в 0.7.36.
+</para>
+<para lang="en">
+a segmentation fault occurred in a master process,
+if long path was used in unix domain socket;
+the bug had appeared in 0.7.36.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.37" date="21.02.2009">
<change type="bugfix">
@@ -17,7 +57,7 @@
ошибка появилась в 0.7.36.
</para>
<para lang="en">
-directive using upstreams did not work;
+directives using upstreams did not work;
the bug had appeared in 0.7.36.
</para>
</change>