summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/xml/nginx/changes.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 69292bbde..39f4a217b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,50 @@
<title lang="en">nginx changelog</title>
+<changes ver="1.0.10" date="15.11.2011">
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если resolver получил большой DNS-ответ.<br/>
+Спасибо Ben Hawkes.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if resolver got a big DNS response.<br/>
+Thanks to Ben Hawkes.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в вычислении ключа для кэширования,
+если использовалась внутренняя реализация MD5;
+ошибка появилась в 1.0.4.
+</para>
+<para lang="en">
+in cache key calculation
+if internal MD5 implementation was used;
+the bug had appeared in 1.0.4.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль ngx_http_mp4_module выдавал неверную строку "Content-Length"
+в заголовке ответа, использовался аргумент start.<br/>
+Спасибо Piotr Sikora.
+</para>
+<para lang="en">
+the module ngx_http_mp4_module sent incorrect "Content-Length" response
+header line if the "start" argument was used.<br/>
+Thanks to Piotr Sikora.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.0.9" date="01.11.2011">
<change type="change">