nginx-1.3.3-RELEASE

This commit is contained in:
Maxim Dounin 2012-07-10 12:20:10 +00:00
parent e3acbc6bbb
commit f1ce73a5b3

View File

@ -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">