summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-25 22:09:28 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-25 22:09:28 +0000
commit799450a75150b0e978fbef32de7d02e9e4ce7139 (patch)
tree92990ae48d5b93ae336a67bd50c36733b9bf65b2
parent80a29013742a69efcc459badedb59576d638ba4b (diff)
downloadnginx-799450a75150b0e978fbef32de7d02e9e4ce7139.tar.gz
nginx-0.5.10-RELEASErelease-0.5.10
-rw-r--r--docs/xml/nginx/changes.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f5b79eb8e..442524623 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,37 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.10" date="26.01.2007">
+
+<change type="bugfix">
+<para lang="ru">
+во время обновления исполняемого файла новый процесс не наследовал
+слушающие сокеты;
+ошибка появилась в 0.5.9.
+</para>
+<para lang="en">
+while online executable file upgrade the new master process did not
+inherit the listening sockets;
+bug appeared in 0.5.9.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при сборке с оптимизацией -O2 в рабочем процессе мог произойти
+segmentation fault;
+ошибка появилась в 0.5.1.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process
+if nginx was built with -O2 optimization;
+bug appeared in 0.5.1.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.9" date="25.01.2007">
<change type="change">