changeset 4824:90f3b4ea7992 release-1.3.5

nginx-1.3.5-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 21 Aug 2012 13:05:02 +0000
parents efa334556803
children 753c6a8fd7c2
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 82 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,88 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="1.3.5" date="21.08.2012">
+
+<change type="change">
+<para lang="ru">
+модуль ngx_http_mp4_module больше не отфильтровывает дорожки
+в форматах, отличных от H.264 и AAC.
+</para>
+<para lang="en">
+the ngx_http_mp4_module module no longer skips
+tracks in formats other than H.264 and AAC.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если в директиве map в качестве значений использовались переменные.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if the "map" directive was used with variables as values.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault
+при использовании директивы geo с параметром ranges,
+но без параметра default; ошибка появилась в 0.8.43.<br/>
+Спасибо Zhen Chen и Weibin Yao.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if the "geo" directive was used with the "ranges" parameter
+but without the "default" parameter; the bug had appeared in 0.8.43.<br/>
+Thanks to Zhen Chen and Weibin Yao.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в обработке параметра командной строки -p.
+</para>
+<para lang="en">
+in the -p command-line parameter handling.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в почтовом прокси-сервере.
+</para>
+<para lang="en">
+in the mail proxy server.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+незначительных потенциальных ошибок.<br/>
+Спасибо Coverity.
+</para>
+<para lang="en">
+of minor potential bugs.<br/>
+Thanks to Coverity.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx/Windows не собирался с Visual Studio 2005 Express.<br/>
+Спасибо HAYASHI Kentaro.
+</para>
+<para lang="en">
+nginx/Windows could not be built with Visual Studio 2005 Express.<br/>
+Thanks to HAYASHI Kentaro.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.3.4" date="31.07.2012">
 
 <change type="change">