diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-04-21 12:06:44 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-04-21 12:06:44 +0000 |
| commit | 4ecb4d721de0d6ddc34dfff4dce294415b64b04b (patch) | |
| tree | fe9970fbe823741145cee16261003083b31e949d /docs/xml/nginx/changes.xml | |
| parent | 7d2d90ce71669e5a5ccb91386d0529df39b1c804 (diff) | |
| download | nginx-4ecb4d721de0d6ddc34dfff4dce294415b64b04b.tar.gz nginx-4ecb4d721de0d6ddc34dfff4dce294415b64b04b.tar.bz2 | |
nginx-0.3.41-RELEASE importrelease-0.3.41
*) Feature: the -v switch.
*) Bugfix: the segmentation fault may occurred if the SSI page has
remote subrequests.
*) Bugfix: in FastCGI handling.
*) Bugfix: if the perl modules path was not set using
--with-perl_modules_path=PATH or the "perl_modules", then the
segmentation fault was occurred.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 20e5d0c5b..43722d630 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,52 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.41" date="21.04.2006"> + +<change type="feature"> +<para lang="ru"> +ключ -v. +</para> +<para lang="en"> +the -v switch. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при включении в SSI удалённых подзапросов +мог произойти segmentation fault. +</para> +<para lang="en"> +the segmentation fault may occurred if the SSI page has remote subrequests. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в обработке FastCGI. +</para> +<para lang="en"> +in FastCGI handling. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +если путь к перловым модулям не был указан с помощью +--with-perl_modules_path=PATH или директивы perl_modules, +то на старте происходил segmentation fault. +</para> +<para lang="en"> +if the perl modules path was not set using +--with-perl_modules_path=PATH or the "perl_modules", then +the segmentation fault was occurred. +</para> +</change> + +</changes> + + <changes ver="0.3.40" date="19.04.2006"> <change type="feature"> |
