changeset 61:c1899b2ac93e

nginx-1.1.5.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Oct 2011 14:50:37 +0000
parents 092d8068f845
children 89759c3c6ba2
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, 57 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Oct 04 09:25:26 2011 +0000
+++ b/text/en/CHANGES	Wed Oct 05 14:50:37 2011 +0000
@@ -1,4 +1,27 @@
 
+Changes with nginx 1.1.5                                         05 Oct 2011
+
+    *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
+       Thanks to Peter Smit.
+
+    *) Bugfix: non-cacheable responses might be cached if
+       "proxy_cache_bypass" directive was used.
+       Thanks to John Ferlito.
+
+    *) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.
+
+    *) Bugfix: cached responses with an empty body were returned
+       incorrectly; the bug had appeared in 0.8.31.
+
+    *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
+       bug had appeared in 0.8.32.
+
+    *) Bugfix: in the "return" directive.
+
+    *) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
+       fault; the bug had appeared in 1.1.1.
+
+
 Changes with nginx 1.1.4                                         20 Sep 2011
 
     *) Feature: the ngx_http_upstream_keepalive module.
--- a/text/ru/CHANGES.ru	Tue Oct 04 09:25:26 2011 +0000
+++ b/text/ru/CHANGES.ru	Wed Oct 05 14:50:37 2011 +0000
@@ -1,4 +1,28 @@
 
+Изменения в nginx 1.1.5                                           05.10.2011
+
+    *) Добавление: директивы uwsgi_buffering и scgi_buffering.
+       Спасибо Peter Smit.
+
+    *) Исправление: при использовании proxy_cache_bypass могли быть
+       закэшированы некэшируемые ответы.
+       Спасибо John Ferlito.
+
+    *) Исправление: в модуле ngx_http_proxy_module при работе с бэкендами по
+       HTTP/1.1.
+
+    *) Исправление: закэшированные ответы с пустым телом возвращались
+       некорректно; ошибка появилась в 0.8.31.
+
+    *) Исправление: ответы с кодом 201 модуля ngx_http_dav_module были
+       некорректны; ошибка появилась в 0.8.32.
+
+    *) Исправление: в директиве return.
+
+    *) Исправление: при использовании директивы "ssl_session_cache builtin"
+       происходил segmentation fault; ошибка появилась в 1.1.1.
+
+
 Изменения в nginx 1.1.4                                           20.09.2011
 
     *) Добавление: модуль ngx_http_upstream_keepalive.
--- a/xml/en/download.xml	Tue Oct 04 09:25:26 2011 +0000
+++ b/xml/en/download.xml	Wed Oct 05 14:50:37 2011 +0000
@@ -9,6 +9,7 @@
 
 <download last="5" changes="CHANGES">
 
+<item ver="1.1.5" pgp="yes" win="yes" />
 <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" />
--- a/xml/index.xml	Tue Oct 04 09:25:26 2011 +0000
+++ b/xml/index.xml	Wed Oct 05 14:50:37 2011 +0000
@@ -2,6 +2,13 @@
 
 <news title="nginx news" link="/" lang="en">
 
+<event date="2011-10-05">
+<para>
+<a href="/en/download.xml">nginx-1.1.5</a>
+development version has been released.
+</para>
+</event>
+
 <event date="2011-10-01">
 <para>
 <a href="/en/download.xml">nginx-1.0.8</a>
--- a/xml/ru/download.xml	Tue Oct 04 09:25:26 2011 +0000
+++ b/xml/ru/download.xml	Wed Oct 05 14:50:37 2011 +0000
@@ -8,6 +8,7 @@
 
 <download last="5" changes="CHANGES.ru">
 
+<item ver="1.1.5" pgp="yes" win="yes" />
 <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" />
--- a/xml/versions.xml	Tue Oct 04 09:25:26 2011 +0000
+++ b/xml/versions.xml	Wed Oct 05 14:50:37 2011 +0000
@@ -1,5 +1,5 @@
 <versions>
-<development> 1.1.4 </development>
+<development> 1.1.5 </development>
 <stable> 1.0.8 </stable>
 <legacy_stable> 0.8.55 </legacy_stable>
 </versions>