nginx 0.5.30v0.5.30
commit87bc473f69eaaac3ca658447ec85a4dfef90dbfd
authorIgor Sysoev <igor@sysoev.ru>
Sun, 29 Jul 2007 20:00:00 +0000 (30 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 29 Jul 2007 20:00:00 +0000 (30 00:00 +0400)
treef2aee9266a4d20930dcad2eba91f9c15b5051f56
parent260c21093e3d048ce5336e400afc711b37a58521
nginx 0.5.30

    *) Feature: the $args variable can be set with the "set" directive.

    *) Feature: the $is_args variable.

    *) Bugfix: if a client has closed connection to mail proxy then nginx
       might not close connection to backend.

    *) Bugfix: now nginx escapes space in $memcached_key variable.

    *) Bugfix: a segmentation fault might occur in worker process when the
       HTTPS protocol was used in the "proxy_pass" directive.

    *) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
       to the master process identification number.

    *) Bugfix: fix building on Solaris/amd64 by Sun Studio 11 and early
       versions; bug appeared in 0.5.29.
16 files changed:
CHANGES
CHANGES.ru
auto/cc/sunc
src/core/nginx.h
src/core/ngx_string.c
src/core/ngx_string.h
src/event/ngx_event_connect.h
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_upstream_ip_hash_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream_round_robin.c
src/http/ngx_http_upstream_round_robin.h
src/http/ngx_http_variables.c
src/mail/ngx_mail_proxy_module.c