# HG changeset patch # User Maxim Dounin # Date 1366812591 -14400 # Node ID 22f93c9f4b5509cabefb9352420dc20145c68364 # Parent 6a4ef822a85c007829a242d6c6693fdbd275be8c nginx-1.4.0 diff --git a/text/en/CHANGES b/text/en/CHANGES --- 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 diff --git a/text/en/CHANGES b/text/en/CHANGES-1.4 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 diff --git a/text/ru/CHANGES.ru b/text/ru/CHANGES.ru --- 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, diff --git a/text/ru/CHANGES.ru b/text/ru/CHANGES.ru-1.4 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, diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -7,6 +7,21 @@ + + +nginx-1.4.0 +stable version has been released, incorporating many new +features developed in the 1.3.x branch - +support for proxying of +WebSocket connections, +OCSP +stapling, +SPDY module, +gunzip filter +and more. + + + nginx-1.3.16 diff --git a/xml/versions.xml b/xml/versions.xml --- a/xml/versions.xml +++ b/xml/versions.xml @@ -9,6 +9,15 @@ + + + + + + + + + @@ -30,7 +39,7 @@ - +