nginx 0.8.14v0.8.14
commitd15cbd93e301b379e2148972991733e7fff34c7a
authorIgor Sysoev <igor@sysoev.ru>
Sun, 6 Sep 2009 20:00:00 +0000 (7 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 6 Sep 2009 20:00:00 +0000 (7 00:00 +0400)
treef5e0873c21042f250851a7fb0434bf8697a0ec6f
parent0a059867c020d96aeac74571bd48e1f74330ee38
nginx 0.8.14

    *) Bugfix: an expired cached response might stick in the "UPDATING"
       state.

    *) Bugfix: a segmentation fault might occur in worker process, if
       error_log was set to info or debug level.
       Thanks to Sergey Bochenkov.

    *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.

    *) Bugfix: an "error_page" directive did not redirect a 413 error; the
       bug had appeared in 0.6.10.
13 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/http/modules/perl/nginx.pm
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/os/unix/ngx_freebsd_sendfile_chain.c