nginx 0.7.14v0.7.14
commit74a51791526da3f7e41ec9005da582d0f9664670
authorIgor Sysoev <igor@sysoev.ru>
Sun, 31 Aug 2008 20:00:00 +0000 (1 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 31 Aug 2008 20:00:00 +0000 (1 00:00 +0400)
tree58a4f287170d5202cab0f43dd9e67b29966095da
parent0298a4d991ccba983e533935d137e4731148aa8f
nginx 0.7.14

    *) Change: now the ssl_certificate and ssl_certificate_key directives
       have not default values.

    *) Feature: the "listen" directive supports the "ssl" parameter.

    *) Feature: now nginx takes into account a time zone change while
       reconfiguration on FreeBSD and Linux.

    *) Bugfix: the "listen" directive parameters such as "backlog",
       "rcvbuf", etc. were not set, if a default server was not the first
       one.

    *) Bugfix: if URI part captured by a "rewrite" directive was used as a
       query string, then the query string was not escaped.

    *) Bugfix: configuration file validity test improvements.
25 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_cycle.c
src/core/ngx_radix_tree.c
src/core/ngx_times.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h
src/http/modules/perl/nginx.pm
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/ngx_http_script.c
src/mail/ngx_mail.c
src/mail/ngx_mail.h
src/mail/ngx_mail_core_module.c
src/mail/ngx_mail_handler.c
src/mail/ngx_mail_ssl_module.c
src/mail/ngx_mail_ssl_module.h
src/os/unix/ngx_time.c
src/os/unix/ngx_time.h