changeset 888:22f93c9f4b55

nginx-1.4.0
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 24 Apr 2013 18:09:51 +0400
parents 6a4ef822a85c
children 675f5c67b45c
files text/en/CHANGES text/en/CHANGES-1.4 text/ru/CHANGES.ru text/ru/CHANGES.ru-1.4 xml/index.xml xml/versions.xml
diffstat 6 files changed, 61 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,13 @@
 
+Changes with nginx 1.4.0                                         24 Apr 2013
+
+    *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
+       --with-openssl option was used; the bug had appeared in 1.3.16.
+
+    *) Bugfix: in a request body handling in the ngx_http_perl_module; the
+       bug had appeared in 1.3.9.
+
+
 Changes with nginx 1.3.16                                        16 Apr 2013
 
     *) Bugfix: a segmentation fault might occur in a worker process if
copy from text/en/CHANGES
copy to text/en/CHANGES-1.4
--- a/text/en/CHANGES
+++ b/text/en/CHANGES-1.4
@@ -1,4 +1,13 @@
 
+Changes with nginx 1.4.0                                         24 Apr 2013
+
+    *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
+       --with-openssl option was used; the bug had appeared in 1.3.16.
+
+    *) Bugfix: in a request body handling in the ngx_http_perl_module; the
+       bug had appeared in 1.3.9.
+
+
 Changes with nginx 1.3.16                                        16 Apr 2013
 
     *) Bugfix: a segmentation fault might occur in a worker process if
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,13 @@
 
+Изменения в nginx 1.4.0                                           24.04.2013
+
+    *) Исправление: nginx не собирался с модулем ngx_http_perl_module, если
+       использовался параметр --with-openssl; ошибка появилась в 1.3.16.
+
+    *) Исправление: в работе с телом запроса из модуля ngx_http_perl_module;
+       ошибка появилась в 1.3.9.
+
+
 Изменения в nginx 1.3.16                                          16.04.2013
 
     *) Исправление: в рабочем процессе мог произойти segmentation fault,
copy from text/ru/CHANGES.ru
copy to text/ru/CHANGES.ru-1.4
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru-1.4
@@ -1,4 +1,13 @@
 
+Изменения в nginx 1.4.0                                           24.04.2013
+
+    *) Исправление: nginx не собирался с модулем ngx_http_perl_module, если
+       использовался параметр --with-openssl; ошибка появилась в 1.3.16.
+
+    *) Исправление: в работе с телом запроса из модуля ngx_http_perl_module;
+       ошибка появилась в 1.3.9.
+
+
 Изменения в nginx 1.3.16                                          16.04.2013
 
     *) Исправление: в рабочем процессе мог произойти segmentation fault,
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,21 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2013-04-24">
+<para>
+<link doc="en/download.xml">nginx-1.4.0</link>
+stable version has been released, incorporating many new
+features developed in the 1.3.x branch - 
+support for proxying of
+<link doc="en/docs/http/websocket.xml">WebSocket</link> connections,
+<link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_stapling">OCSP
+stapling</link>,
+<link doc="en/docs/http/ngx_http_spdy_module.xml">SPDY module</link>,
+<link doc="en/docs/http/ngx_http_gunzip_module.xml">gunzip filter</link>
+and more.
+</para>
+</event>
+
 <event date="2013-04-16">
 <para>
 <link doc="en/download.xml">nginx-1.3.16</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,15 @@
 
 <download tag="development" changes="">
 
+<item ver="1.4.0" />
+
+</download>
+
+
+<download tag="stable" changes="1.4">
+
+<item ver="1.4.0" />
+<item ver="1.3.16" />
 <item ver="1.3.16" />
 <item ver="1.3.15" />
 <item ver="1.3.14" />
@@ -30,7 +39,7 @@
 </download>
 
 
-<download tag="stable" changes="1.2">
+<download tag="legacy" changes="1.2">
 
 <item ver="1.2.8" />
 <item ver="1.2.7" />