diff docs/xml/nginx/changes.xml @ 455:295d97d70c69 release-0.1.2

nginx-0.1.2-RELEASE import *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; the bug had appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; the bug had appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 21 Oct 2004 15:34:38 +0000
parents 23fb87bddda1
children ded1284520cc
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -6,6 +6,92 @@
             title="nginx">
 
 
+<changes ver="0.1.2" date="21.10.2004">
+
+<change type="feature">
+<para lang="ru">
+параметры --user=USER, --group=GROUP и --with-ld-opt=OPTIONS в configure.
+</para>
+<para lang="en">
+the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива server_name поддерживает *.domain.tld.
+</para>
+<para lang="en">
+the server_name directive supports *.domain.tld.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+улучшена переносимость на неизвестные платформы.
+</para>
+<para lang="en">
+the portability improvements.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+нельзя переконфигурировать nginx, если конфигурационный файл указан
+в командной строке,
+ошибка появилась в 0.1.1.
+</para>
+<para lang="en">
+if configuration file was set in command line, the reconfiguration
+was impossible,
+bug appeared in 0.1.1.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль проксировании мог привести к зацикливанию, если не использовался
+sendfile.
+</para>
+<para lang="en">
+proxy module may get caught in an endless loop when sendfile is not used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании sendfile текст ответа не перекодировался
+согласно директивам модуля charset,
+ошибка появилась в 0.1.1.
+</para>
+<para lang="en">
+with sendfile the response was not recoded according to the charset
+module directives,
+bug appeared in 0.1.1.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+очень редкая ошибка при обработке kqueue.
+</para>
+<para lang="en">
+very seldom bug in the kqueue processing.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль сжатия сжимал уже сжатые ответы, полученные при проксировании.
+</para>
+<para lang="en">
+the gzip module compressed the proxied responses that was already compressed.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.1.1" date="11.10.2004">
 
 <change type="feature">
@@ -60,7 +146,7 @@ the "Location" header rewrite bug fixed 
 ошибка в модуле ngx_http_chunked_module, приводившая к зацикливанию.
 </para>
 <para lang="en">
-the ngx_http_chunked_module module bug fixed that caused an endless loop.
+the ngx_http_chunked_module module may get caught in an endless loop.
 </para>
 </change>