Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-09-05 17:14:27 +0400
committerIgor Sysoev <igor@sysoev.ru>2011-09-05 17:14:27 +0400
commit526cf6b068eed559a957cc3d7dc46ffe9f7cc475 (patch)
tree427b357fcbabba0fd9b44ae62fa39ab010ee50c2
parentbfbbfc85df89874cc9995436c19a7f997a28cef6 (diff)
nginx-1.1.2-RELEASErelease-1.1.2
-rw-r--r--docs/xml/nginx/changes.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 523dd166e..d1270df33 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,51 @@
<title lang="en">nginx changelog</title>
+<changes ver="1.1.2" date="05.09.2011">
+
+<change type="change">
+<para lang="ru">
+теперь, если суммарный размер всех диапазонов больше размера исходного ответа,
+то nginx возвращает только исходный ответ, не обрабатывая диапазоны.
+</para>
+<para lang="en">
+now if total size of all ranges is greater than source response size,
+then nginx disables ranges and returns just the source response.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива max_ranges.
+</para>
+<para lang="en">
+the "max_ranges" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директивы ssl_verify_client, ssl_verify_depth и ssl_prefer_server_cipher
+могли работать некорректно, если использовался SNI.
+</para>
+<para lang="en">
+the "ssl_verify_client", "ssl_verify_depth", and "ssl_prefer_server_ciphers"
+directives might work incorrectly if SNI was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в директивах proxy/fastcgi/scgi/ uwsgi_ignore_client_abort.
+</para>
+<para lang="en">
+in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.1.1" date="22.08.2011">
<change type="change">