changeset 1534:e318a80033f5

nginx-1.9.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Jul 2015 20:02:14 +0300
parents 983734aed2b4
children 61b1ab5adbc9
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 60 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,31 @@
 
+Changes with nginx 1.9.3                                         14 Jul 2015
+
+    *) Change: duplicate "http", "mail", and "stream" blocks are now
+       disallowed.
+
+    *) Feature: connection limiting in the stream module.
+
+    *) Feature: data rate limiting in the stream module.
+
+    *) Bugfix: the "zone" directive inside the "upstream" block did not work
+       on Windows.
+
+    *) Bugfix: compatibility with LibreSSL in the stream module.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: in the "--builddir" configure parameter.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had
+       appeared in 1.9.2.
+       Thanks to Faidon Liambotis and Brandon Black.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "ssl_stapling" directive was used; the bug had appeared in 1.9.2.
+       Thanks to Matthew Baldwin.
+
+
 Changes with nginx 1.9.2                                         16 Jun 2015
 
     *) Feature: the "backlog" parameter of the "listen" directives of the
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,29 @@
 
+Изменения в nginx 1.9.3                                           14.07.2015
+
+    *) Изменение: дублирующиеся блоки http, mail и stream теперь запрещены.
+
+    *) Добавление: ограничение количества соединений в модуле stream.
+
+    *) Добавление: органичение скорости в модуле stream.
+
+    *) Исправление: директива zone в блоке upstream не работала на Windows.
+
+    *) Исправление: совместимость с LibreSSL в модуле stream.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: в параметре --builddir в configure.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: директива ssl_stapling_file не работала; ошибка
+       появилась в 1.9.2.
+       Спасибо Faidon Liambotis и Brandon Black.
+
+    *) Исправление: при использовании директивы ssl_stapling в рабочем
+       процессе мог произойти segmentation fault; ошибка появилась в 1.9.2.
+       Спасибо Matthew Baldwin.
+
+
 Изменения в nginx 1.9.2                                           16.06.2015
 
     *) Добавление: параметр backlog директивы listen в почтовом
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2015-07-14">
+<para>
+<link doc="en/download.xml">nginx-1.9.3</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2015-06-16">
 <para>
 <link doc="en/download.xml">nginx-1.9.2</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.9.3" />
 <item ver="1.9.2" />
 <item ver="1.9.1" />
 <item ver="1.9.0" />