# HG changeset patch # User Maxim Dounin # Date 1341923424 0 # Node ID 22c22895a614c64c8667eb9905622cd5113d8d2b # Parent cac22cc79afdfb8b79482ea47082a4cbf68d0acf nginx-1.3.3 diff -r cac22cc79afd -r 22c22895a614 text/en/CHANGES --- a/text/en/CHANGES Tue Jul 10 11:44:07 2012 +0000 +++ b/text/en/CHANGES Tue Jul 10 12:30:24 2012 +0000 @@ -1,4 +1,16 @@ +Changes with nginx 1.3.3 10 Jul 2012 + + *) Feature: entity tags support and the "etag" directive. + + *) Bugfix: trailing dot in a source value was not ignored if the "map" + directive was used with the "hostnames" parameter. + + *) Bugfix: incorrect location might be used to process a request if a + URI was changed via a "rewrite" directive before an internal redirect + to a named location. + + Changes with nginx 1.3.2 26 Jun 2012 *) Change: the "single" parameter of the "keepalive" directive is now @@ -41,7 +53,7 @@ directives, and the "server" directive inside the "upstream" block, now support IPv6 addresses. - *) Feature: the "resolver" directive now support IPv6 addresses and an + *) Feature: the "resolver" directive now supports IPv6 addresses and an optional port specification. *) Feature: the "least_conn" directive inside the "upstream" block. diff -r cac22cc79afd -r 22c22895a614 text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Jul 10 11:44:07 2012 +0000 +++ b/text/ru/CHANGES.ru Tue Jul 10 12:30:24 2012 +0000 @@ -1,4 +1,16 @@ +Изменения в nginx 1.3.3 10.07.2012 + + *) Добавление: поддержка entity tags и директива etag. + + *) Исправление: при использовании директивы map с параметром hostnames + не игнорировалась конечная точка в исходном значении. + + *) Исправление: для обработки запроса мог использоваться неверный + location, если переход в именованный location происходил после + изменения URI с помощью директивы rewrite. + + Изменения в nginx 1.3.2 26.06.2012 *) Изменение: параметр single директивы keepalive теперь игнорируется. diff -r cac22cc79afd -r 22c22895a614 xml/en/download.xml --- a/xml/en/download.xml Tue Jul 10 11:44:07 2012 +0000 +++ b/xml/en/download.xml Tue Jul 10 12:30:24 2012 +0000 @@ -9,6 +9,7 @@ + diff -r cac22cc79afd -r 22c22895a614 xml/index.xml --- a/xml/index.xml Tue Jul 10 11:44:07 2012 +0000 +++ b/xml/index.xml Tue Jul 10 12:30:24 2012 +0000 @@ -2,6 +2,13 @@ + + +nginx-1.3.3 +development version has been released. + + + nginx-1.2.2 diff -r cac22cc79afd -r 22c22895a614 xml/ru/download.xml --- a/xml/ru/download.xml Tue Jul 10 11:44:07 2012 +0000 +++ b/xml/ru/download.xml Tue Jul 10 12:30:24 2012 +0000 @@ -9,6 +9,7 @@ + diff -r cac22cc79afd -r 22c22895a614 xml/versions.xml --- a/xml/versions.xml Tue Jul 10 11:44:07 2012 +0000 +++ b/xml/versions.xml Tue Jul 10 12:30:24 2012 +0000 @@ -1,7 +1,7 @@ - 1.3.2 + 1.3.3 1.2.2 1.0.15