changeset 24:6e597904e24a

nginx-1.1.4, upstream persistent connections.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Sep 2011 11:21:02 +0000
parents b26e486dbd3c
children 7fe6912500fd
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, 55 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Wed Sep 14 18:53:41 2011 +0000
+++ b/text/en/CHANGES	Tue Sep 20 11:21:02 2011 +0000
@@ -1,4 +1,26 @@
 
+Changes with nginx 1.1.4                                         20 Sep 2011
+
+    *) Feature: the ngx_http_upstream_keepalive module.
+
+    *) Feature: the "proxy_http_version" directive.
+
+    *) Feature: the "fastcgi_keep_conn" directive.
+
+    *) Feature: the "worker_aio_requests" directive.
+
+    *) Bugfix: if nginx was built --with-file-aio it could not be run on
+       Linux kernel which did not support AIO.
+
+    *) Bugfix: in Linux AIO error processing.
+       Thanks to Hagai Avrahami.
+
+    *) Bugfix: reduced memory consumption for long-lived requests.
+
+    *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
+       "co64" atom.
+
+
 Changes with nginx 1.1.3                                         14 Sep 2011
 
     *) Feature: the module ngx_http_mp4_module.
--- a/text/ru/CHANGES.ru	Wed Sep 14 18:53:41 2011 +0000
+++ b/text/ru/CHANGES.ru	Tue Sep 20 11:21:02 2011 +0000
@@ -1,4 +1,26 @@
 
+Изменения в nginx 1.1.4                                           20.09.2011
+
+    *) Добавление: модуль ngx_http_upstream_keepalive.
+
+    *) Добавление: директива proxy_http_version.
+
+    *) Добавление: директива fastcgi_keep_conn.
+
+    *) Добавление: директива worker_aio_requests.
+
+    *) Исправление: если nginx был собран с файловым AIO, он не мог
+       запускаться на Linux без поддержки AIO.
+
+    *) Исправление: в обработке ошибок при работе с Linux AIO.
+       Спасибо Hagai Avrahami.
+
+    *) Исправление: уменьшено потребление памяти для долгоживущих запросов.
+
+    *) Исправление: модуль ngx_http_mp4_module не поддерживал 64-битный
+       MP4-атом co64.
+
+
 Изменения в nginx 1.1.3                                           14.09.2011
 
     *) Добавление: модуль ngx_http_mp4_module.
--- a/xml/en/download.xml	Wed Sep 14 18:53:41 2011 +0000
+++ b/xml/en/download.xml	Tue Sep 20 11:21:02 2011 +0000
@@ -9,6 +9,7 @@
 
 <download last="5" changes="CHANGES">
 
+<item ver="1.1.4" pgp="yes" win="yes" />
 <item ver="1.1.3" pgp="yes" win="yes" />
 <item ver="1.1.2" pgp="yes" win="yes" />
 <item ver="1.1.1" pgp="yes" win="yes" />
--- a/xml/index.xml	Wed Sep 14 18:53:41 2011 +0000
+++ b/xml/index.xml	Tue Sep 20 11:21:02 2011 +0000
@@ -2,6 +2,14 @@
 
 <news title="nginx news" link="/" lang="en">
 
+<event date="2011-09-20">
+<para>
+<a href="/en/download.xml">nginx-1.1.4</a>
+development version has been released.<br/>
+Support of persistent connections with upstream servers.
+</para>
+</event>
+
 <event date="2011-09-14">
 <para>
 <a href="/en/download.xml">nginx-1.1.3</a>
--- a/xml/ru/download.xml	Wed Sep 14 18:53:41 2011 +0000
+++ b/xml/ru/download.xml	Tue Sep 20 11:21:02 2011 +0000
@@ -8,6 +8,7 @@
 
 <download last="5" changes="CHANGES.ru">
 
+<item ver="1.1.4" pgp="yes" win="yes" />
 <item ver="1.1.3" pgp="yes" win="yes" />
 <item ver="1.1.2" pgp="yes" win="yes" />
 <item ver="1.1.1" pgp="yes" win="yes" />
--- a/xml/versions.xml	Wed Sep 14 18:53:41 2011 +0000
+++ b/xml/versions.xml	Tue Sep 20 11:21:02 2011 +0000
@@ -1,5 +1,5 @@
 <versions>
-<development> 1.1.3 </development>
+<development> 1.1.4 </development>
 <stable> 1.0.6 </stable>
 <legacy_stable> 0.8.55 </legacy_stable>
 </versions>