nginx 0.8.36v0.8.36
commit113541dde8696486c5bf221aba611071db302e8a
authorIgor Sysoev <igor@sysoev.ru>
Wed, 21 Apr 2010 20:00:00 +0000 (22 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Wed, 21 Apr 2010 20:00:00 +0000 (22 00:00 +0400)
tree1b628a9f3f1a78359597373ae18fc6327a063a2f
parent8d7a132da2027a55581ac7c2b27192d23f631e3d
nginx 0.8.36

    *) Bugfix: the ngx_http_dav_module handled incorrectly the DELETE,
       COPY, and MOVE methods for symlinks.

    *) Bugfix: values of the $query_string, $arg_..., etc. variables cached
       in main request were used by the SSI module in subrequests.

    *) Bugfix: a variable value was repeatedly encoded after each an "echo"
       SSI-command output; the bug had appeared in 0.6.14.

    *) Bugfix: a worker process hung if a FIFO file was requested.
       Thanks to Vicente Aguilar and Maxim Dounin.

    *) Bugfix: OpenSSL-1.0.0 compatibility on 64-bit Linux.
       Thanks to Maxim Dounin.

    *) Bugfix: nginx could not be built --without-http-cache; the bug had
       appeared in 0.8.35.
15 files changed:
CHANGES
CHANGES.ru
auto/lib/openssl/make
src/core/nginx.h
src/core/ngx_open_file_cache.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_gzip_static_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_static_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/nginx.xs
src/http/ngx_http_variables.c
src/http/ngx_http_variables.h
src/os/unix/ngx_files.h