# HG changeset patch # User Igor Sysoev # Date 1187615132 0 # Node ID 0228185d4c5772947b842e856ad74cf7f7fd52f3 # Parent e67ef50c3176d059fa8f005e9a5cb595da282cd4 nginx-0.6.8-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,20 +9,80 @@ nginx changelog + + + + +теперь nginx пытается установить директивы worker_priority, +worker_rlimit_nofile, worker_rlimit_core, worker_rlimit_sigpending +без привилегий root'а. + + +now nginx tries to set the "worker_priority", "worker_rlimit_nofile", +"worker_rlimit_core", and "worker_rlimit_sigpending" without super-user +privileges. + + + + + +теперь nginx экранирует символы пробела и "%" при передаче запроса +серверу аутентификации почтового прокси-сервера. + + +now nginx escapes space and "%" in request to a mail proxy authentication +server. + + + + + +теперь nginx экранирует символ "%" в переменной $memcached_key. + + +now nginx escapes "%" in $memcached_key variable. + + + + + +при указании относительного пути к конфигурационному файлу в качестве +параметра ключа -c nginx определял путь относительно конфигурационного префикса; +ошибка появилась в 0.6.6. + + +nginx used path relative to configuration prefix for non-absolute +configuration file path specified in the "-c" key; +bug appeared in 0.6.6. + + + + + +nginx не работал на FreeBSD/sparc64. + + +nginx did not work on FreeBSD/sparc64. + + + + + + теперь пути, указанные в директивах include, auth_basic_user_file, perl_modules, ssl_certificate, ssl_certificate_key и -ssl_client_certificate, определяются относительно каталогу конфигурационного -файла nginx.conf, а не относительно префиксу. +ssl_client_certificate, определяются относительно каталога конфигурационного +файла nginx.conf, а не относительно префикса. now the paths specified in the "include", "auth_basic_user_file", "perl_modules", "ssl_certificate", "ssl_certificate_key", and "ssl_client_certificate" directives are relative to directory of -nginx configuration file nginx.conf, but no to nginx prefix directory. +nginx configuration file nginx.conf, but not to nginx prefix directory. @@ -499,7 +559,7 @@ process identification number. маски вида "www.example.*". -the "server_name", "map", and "valid_referers" directives supports +the "server_name", "map", and "valid_referers" directives support the "www.example.*" wildcards.