nginx-0.7.9-RELEASE

This commit is contained in:
Igor Sysoev 2008-08-12 15:34:08 +00:00
parent 1c7d449fa8
commit 4db36b4fd8

View File

@ -9,6 +9,108 @@
<title lang="en">nginx changelog</title>
<changes ver="0.7.9" date="12.08.2008">
<change type="change">
<para lang="ru">
ÔÅÐÅÒØ ngx_http_charset_module ÐÏ ÕÍÏÌÞÁÎÉÀ ÒÁÂÏÔÁÅÔ ÓÏ ÓÌÅÄÕÀÝÉÍÉ MIME-ÔÉÐÁÍÉ:
text/html, text/css, text/xml, text/plain, text/vnd.wap.wml,
application/x-javascript É application/rss+xml.
</para>
<para lang="en">
now ngx_http_charset_module works by default with following MIME types:
text/html, text/css, text/xml, text/plain, text/vnd.wap.wml,
application/x-javascript, and application/rss+xml.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Ù charset_types É addition_types.
</para>
<para lang="en">
the "charset_types" and "addition_types" directives.
</para>
</change>
<change type="feature">
<para lang="ru">
ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Ù gzip_types, ssi_types É sub_filter_types ÉÓÐÏÌØÚÕÀÔ ÈÜÛ.
</para>
<para lang="en">
now the "gzip_types", "ssi_types", and "sub_filter_types" directives use hash.
</para>
</change>
<change type="feature">
<para lang="ru">
ÍÏÄÕÌØ ngx_cpp_test_module.
</para>
<para lang="en">
the ngx_cpp_test_module.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á expires ÐÏÄÄÅÒÖÉ×ÁÅÔ ÓÕÔÏÞÎÏÅ ×ÒÅÍÑ.
</para>
<para lang="en">
the "expires" directive supports daily time.
</para>
</change>
<change type="feature">
<para lang="ru">
ÕÌÕÞÛÅÎÉÑ É ÉÓÐÒÁ×ÌÅÎÉÑ × ÍÏÄÕÌÅ ngx_http_xslt_module.<br/>
óÐÁÓÉÂÏ äÅÎÉÓÕ ìÁÔÙÐÏ×Õ É íÁËÓÉÍÕ äÕÎÉÎÕ.
</para>
<para lang="en">
the ngx_http_xslt_module improvements and bug fixing.<br/>
Thanks to Denis F. Latypoff and Maxim Dounin.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Á log_not_found ÎÅ ÒÁÂÏÔÁÌÁ ÐÒÉ ÐÏÉÓËÅ ÉÎÄÅËÓÎÙÈ ÆÁÊÌÏ×.
</para>
<para lang="en">
the "log_not_found" directive did not work for index files tests.
</para>
</change>
<change type="bugfix">
<para lang="ru">
HTTPS-ÓÏÅÄÉÎÅÎÉÑ ÍÏÇÌÉ ÚÁ×ÉÓÎÕÔØ,
ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÍÅÔÏÄÙ kqueue, epoll, rtsig ÉÌÉ eventport;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.7.
</para>
<para lang="en">
HTTPS connections might hang,
if kqueue, epoll, rtsig, or eventport methods were used;
the bug had appeared in 0.7.7.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ × ÄÉÒÅËÔÉ×ÁÈ server_name, valid_referers É map
ÉÓÐÏÌØÚÏ×ÁÌÁÓØ ÍÁÓËÁ ×ÉÄÁ "*.domain.tld" É ÐÒÉ ÜÔÏÍ ÐÏÌÎÏÅ ÉÍÑ
×ÉÄÁ "domain.tld" ÎÅ ÂÙÌÏ ÏÐÉÓÁÎÏ, ÔÏ ÜÔÏ ÉÍÑ ÐÏÐÁÄÁÌÏ ÐÏÄ ÍÁÓËÕ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.3.18.
</para>
<para lang="en">
if the "server_name", "valid_referers", and "map" directives used
an "*.domain.tld" wildcard and exact name "domain.tld" was not set,
then the exact name was matched by the wildcard;
the bugs had appeared in 0.3.18.
</para>
</change>
</changes>
<changes ver="0.7.8" date="04.08.2008">
<change type="feature">
@ -186,7 +288,7 @@ the ngx_http_flv_module did not support several values in a query string.
<change>
<para lang="ru">
éÓÐÒÁ×ÌÅÎÉÑ × ÐÏÄÄÅÒÖËÅ ÐÅÒÅÍÅÎÎÙÈ × ÄÉÒÅËÔÉ×Å access_log;
ошибки появилась в 0.7.4.
ÏÛÉÂËÉ ÐÏÑ×ÉÌÉÓØ × 0.7.4.
</para>
<para lang="en">
Bugfixes in variables support in the "access_log" directive;