diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-05-23 12:07:45 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-05-23 12:07:45 +0000 |
| commit | 4959ec482e14884e6c132ed0533c6d62bcc89405 (patch) | |
| tree | 1993d130e544b3672fb4e612f805aaa8af140566 /docs/xml | |
| parent | debb8a42db100ed27e92cd8126b93844c8f9b3a8 (diff) | |
| download | nginx-4959ec482e14884e6c132ed0533c6d62bcc89405.tar.gz nginx-4959ec482e14884e6c132ed0533c6d62bcc89405.tar.bz2 | |
nginx-0.1.33-RELEASE importrelease-0.1.33
*) Bugfix: nginx could not be built with the --without-pcre parameter;
the bug had appeared in 0.1.29.
*) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one
level cause the bus fault on start up.
*) Bugfix: the HTTP protocol was specified in the HTTPS redirects.
*) Bugfix: if the "rewrite" directive used the captures inside the "if"
directive, then the 500 error code was returned.
Diffstat (limited to 'docs/xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ce7f6c351..f65c70589 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,53 @@ <title lang="en">nginx changelog</title> +<changes ver="0.1.33" date="23.05.2005"> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался с параметром --without-pcre; +ошибка появилась в 0.1.29. +</para> +<para lang="en"> +nginx could not be built with the --without-pcre parameter; +bug appeared in 0.1.29. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +3, 5, 7 и 8 директив proxy_set_header на одном уровне вызывали +bus fault при запуске. +</para> +<para lang="en"> +3, 4, 7, and 8 the "proxy_set_header" directives in one level cause +the bus fault on start up. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в редиректах внутри HTTPS сервера был указан протокол HTTP. +</para> +<para lang="en"> +the HTTP protocol was specified in the HTTPS redirects. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +если директива rewrite использовала выделения внутри директивы if, то +возвращалась ошибка 500. +</para> +<para lang="en"> +if the "rewrite" directive used the captures inside the "if" directive, then +the 500 error code was returned. +</para> +</change> + +</changes> + + <changes ver="0.1.32" date="19.05.2005"> <change type="bugfix"> |
