summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2020-12-15 16:55:43 +0000
committerSergey Kandaurov <pluknet@nginx.com>2020-12-15 16:55:43 +0000
commit1a3bf7d59399d15adde8b22a578f40758764d262 (patch)
tree0a57f72d74f0351bb870d24f545ff8ec5bf264ed /docs/xml/nginx/changes.xml
parent240f8a918ed09e67570020261b1693907e5b64c0 (diff)
parent402f4cda0c389242a587eff7bb55959663504c8b (diff)
downloadnginx-1a3bf7d59399d15adde8b22a578f40758764d262.tar.gz
nginx-1a3bf7d59399d15adde8b22a578f40758764d262.tar.bz2
Merged with the default branch.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
-rw-r--r--docs/xml/nginx/changes.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d1bd0219f..3d5666711 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -5,6 +5,55 @@
<change_log title="nginx">
+<changes ver="1.19.6" date="2020-12-15">
+
+<change type="bugfix">
+<para lang="ru">
+ошибки "no live upstreams",
+если server в блоке upstream был помечен как down.
+</para>
+<para lang="en">
+"no live upstreams" errors
+if a "server" inside "upstream" block was marked as "down".
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании HTTPS в рабочем процессе мог произойти segmentation fault;
+ошибка появилась в 1.19.5.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process if HTTPS was used;
+the bug had appeared in 1.19.5.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx возвращал ошибку 400 на запросы вида
+<nobr>"GET http://example.com?args HTTP/1.0"</nobr>.
+</para>
+<para lang="en">
+nginx returned the 400 response on requests like
+<nobr>"GET http://example.com?args HTTP/1.0"</nobr>.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модулях ngx_http_flv_module и ngx_http_mp4_module.<br/>
+Спасибо Chris Newton.
+</para>
+<para lang="en">
+in the ngx_http_flv_module and ngx_http_mp4_module.<br/>
+Thanks to Chris Newton.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.19.5" date="2020-11-24">
<change type="feature">