diff text/en/CHANGES @ 577:22c22895a614

nginx-1.3.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Jul 2012 12:30:24 +0000
parents a9f5ff5e4954
children c9d21d180e6a
line wrap: on
line diff
--- 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.