changeset 233:097a5f67999c

nginx-1.1.11
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Dec 2011 14:30:15 +0000
parents 0c6773f751a2
children ad26f0ae970f
files text/en/CHANGES text/ru/CHANGES.ru xml/en/download.xml xml/index.xml xml/ru/download.xml xml/versions.xml
diffstat 6 files changed, 69 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,33 @@
 
+Changes with nginx 1.1.11                                        12 Dec 2011
+
+    *) Feature: the "so_keepalive" parameter of the "listen" directive.
+       Thanks to Vsevolod Stakhov.
+
+    *) Feature: the "if_not_empty" parameter of the
+       "fastcgi/scgi/uwsgi_param" directives.
+
+    *) Feature: the $https variable.
+
+    *) Feature: the "proxy_redirect" directive supports variables in the
+       first parameter.
+
+    *) Feature: the "proxy_redirect" directive supports regular expressions.
+
+    *) Bugfix: the $sent_http_cache_control variable might contain a wrong
+       value if the "expires" directive was used.
+       Thanks to Yichun Zhang.
+
+    *) Bugfix: the "read_ahead" directive might not work combined with
+       "try_files" and "open_file_cache".
+
+    *) Bugfix: a segmentation fault might occur in a worker process if small
+       time was used in the "inactive" parameter of the "proxy_cache_path"
+       directive.
+
+    *) Bugfix: responses from cache might hang.
+
+
 Changes with nginx 1.1.10                                        30 Nov 2011
 
     *) Bugfix: a segmentation fault occured in a worker process if AIO was
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,34 @@
 
+Изменения в nginx 1.1.11                                          12.12.2011
+
+    *) Добавление: параметр so_keepalive в директиве listen.
+       Спасибо Всеволоду Стахову.
+
+    *) Добавление: параметр if_not_empty в директивах
+       fastcgi/scgi/uwsgi_param.
+
+    *) Добавление: переменная $https.
+
+    *) Добавление: директива proxy_redirect поддерживает переменные в первом
+       параметре.
+
+    *) Добавление: директива proxy_redirect поддерживает регулярные
+       выражения.
+
+    *) Исправление: переменная $sent_http_cache_control могла содержать
+       неверное значение при использовании директивы expires.
+       Спасибо Yichun Zhang.
+
+    *) Исправление: директива read_ahead могла не работать при использовании
+       совместно с try_files и open_file_cache.
+
+    *) Исправление: если в параметре inactive директивы proxy_cache_path
+       было указано малое время, в рабочем процессе мог произойти
+       segmentation fault.
+
+    *) Исправление: ответы из кэша могли зависать.
+
+
 Изменения в nginx 1.1.10                                          30.11.2011
 
     *) Исправление: при использовании AIO на Linux в рабочем процессе
--- a/xml/en/download.xml
+++ b/xml/en/download.xml
@@ -9,6 +9,7 @@
 
 <download last="1" changes="CHANGES">
 
+<item ver="1.1.11" pgp="yes" win="yes" />
 <item ver="1.1.10" pgp="yes" win="yes" />
 <item ver="1.1.9" pgp="yes" win="yes" />
 <item ver="1.1.8" pgp="yes" win="yes" />
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -2,6 +2,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2011-12-12">
+<para>
+<a href="/en/download.xml">nginx-1.1.11</a>
+development version has been released.
+</para>
+</event>
+
 <event date="2011-11-30">
 <para>
 <a href="/en/download.xml">nginx-1.1.10</a>
--- a/xml/ru/download.xml
+++ b/xml/ru/download.xml
@@ -8,6 +8,7 @@
 
 <download last="1" changes="CHANGES.ru">
 
+<item ver="1.1.11" pgp="yes" win="yes" />
 <item ver="1.1.10" pgp="yes" win="yes" />
 <item ver="1.1.9" pgp="yes" win="yes" />
 <item ver="1.1.8" pgp="yes" win="yes" />
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -1,7 +1,7 @@
 <!DOCTYPE versions SYSTEM "../dtd/versions.dtd">
 
 <versions>
-<development> 1.1.10 </development>
+<development> 1.1.11 </development>
 <stable> 1.0.10 </stable>
 <legacy_stable> 0.8.55 </legacy_stable>
 </versions>