mirror of
https://github.com/nginx/nginx.git
synced 2024-12-28 01:41:52 -06:00
nginx-0.7.35-RELEASE
This commit is contained in:
parent
be63760fc5
commit
17170e8196
@ -9,6 +9,50 @@
|
|||||||
<title lang="en">nginx changelog</title>
|
<title lang="en">nginx changelog</title>
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="0.7.35" date="16.02.2009">
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
ÄÉÒÅËÔÉ×Á ssl_engine ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÁ SSL-ÁËÓÅÌÅÒÁÔÏÒ
|
||||||
|
ÄÌÑ ÁÓÉÍÍÅÔÒÉÞÎÙÈ ÛÉÆÒÏ×.<br/>
|
||||||
|
óÐÁÓÉÂÏ Marcin Gozdalik.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a "ssl_engine" directive did not use a SSL-accelerator
|
||||||
|
for asymmetric ciphers.<br/>
|
||||||
|
Thanks to Marcin Gozdalik.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
ÄÉÒÅËÔÉ×Á try_files ×ÙÓÔÁ×ÌÑÌÁ MIME-type, ÉÓÈÏÄÑ ÉÚ ÒÁÓÛÉÒÅÎÉÑ
|
||||||
|
ÐÅÒ×ÏÎÁÞÁÌØÎÏÇÏ ÚÁÐÒÏÓÁ.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a "try_files" directive set MIME type depending on an
|
||||||
|
original request extension.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
× ÄÉÒÅËÔÉ×ÁÈ server_name, valid_referers É map
|
||||||
|
ÎÅÐÒÁ×ÉÌØÎÏ ÏÂÒÁÂÁÔÙ×ÁÌÉÓØ ÉÍÅÎÁ ×ÉÄÁ "*domain.tld",
|
||||||
|
ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÍÁÓËÉ ×ÉÄÁ ".domain.tld" É ".subdomain.domain.tld";
|
||||||
|
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.9.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
"*domain.tld" names were handled incorrectly in
|
||||||
|
"server_name", "valid_referers", and "map" directives,
|
||||||
|
if an ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
|
||||||
|
<nobr>the bug had</nobr> appeared in 0.7.9.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="0.7.34" date="10.02.2009">
|
<changes ver="0.7.34" date="10.02.2009">
|
||||||
|
|
||||||
<change type="feature">
|
<change type="feature">
|
||||||
@ -1281,7 +1325,7 @@ the bug had appeared in 0.7.7.
|
|||||||
if the "server_name", "valid_referers", and "map" directives used
|
if the "server_name", "valid_referers", and "map" directives used
|
||||||
an "*.domain.tld" wildcard and exact name "domain.tld" was not set,
|
an "*.domain.tld" wildcard and exact name "domain.tld" was not set,
|
||||||
then the exact name was matched by the wildcard;
|
then the exact name was matched by the wildcard;
|
||||||
the bugs had appeared in 0.3.18.
|
the bug had appeared in 0.3.18.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user