changeset 4751:2c5e1e88c8cf release-1.3.3

nginx-1.3.3-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Jul 2012 12:20:10 +0000
parents 149634c98d67
children fc909c85573c
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 38 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,44 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="1.3.3" date="10.07.2012">
+
+<change type="feature">
+<para lang="ru">
+поддержка entity tags и директива etag.
+</para>
+<para lang="en">
+entity tags support and the "etag" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании директивы map с параметром hostnames
+не игнорировалась конечная точка в исходном значении.
+</para>
+<para lang="en">
+trailing dot in a source value was not ignored
+if the "map" directive was used with the "hostnames" parameter.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+для обработки запроса мог использоваться неверный location,
+если переход в именованный location происходил
+после изменения URI с помощью директивы rewrite.
+</para>
+<para lang="en">
+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.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.3.2" date="26.06.2012">
 
 <change type="change">