nginx 0.8.35v0.8.35
commit8d7a132da2027a55581ac7c2b27192d23f631e3d
authorIgor Sysoev <igor@sysoev.ru>
Sun, 28 Mar 2010 20:00:00 +0000 (29 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 28 Mar 2010 20:00:00 +0000 (29 00:00 +0400)
tree7497e734bac53c6df57c22c1bf42b9204a0b1272
parentddf3148e124bab5f39f4a9440f179421fce9d34c
nginx 0.8.35

    *) Change: now the charset filter runs before the SSI filter.

    *) Feature: the "chunked_transfer_encoding" directive.

    *) Bugfix: an "&" character was not escaped when it was copied in
       arguments part in a rewrite rule.

    *) Bugfix: nginx might be terminated abnormally while a signal
       processing or if the directive "timer_resolution" was used on
       platforms which do not support kqueue or eventport notification
       methods.
       Thanks to George Xie and Maxim Dounin.

    *) Bugfix: if temporary files and permanent storage area resided at
       different file systems, then permanent file modification times were
       incorrect.
       Thanks to Maxim Dounin.

    *) Bugfix: ngx_http_memcached_module might issue the error message
       "memcached sent invalid trailer".
       Thanks to Maxim Dounin.

    *) Bugfix: nginx could not built zlib-1.2.4 library using the library
       sources.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault occurred in a worker process, if there
       was large stderr output before FastCGI response; the bug had
       appeared in 0.8.34.
       Thanks to Maxim Dounin.
39 files changed:
CHANGES
CHANGES.ru
auto/lib/openssl/conf
auto/lib/openssl/makefile.bcc
auto/lib/openssl/makefile.msvc
auto/lib/zlib/make
auto/modules
auto/unix
src/core/nginx.c
src/core/nginx.h
src/core/ngx_cycle.c
src/core/ngx_file.c
src/core/ngx_string.c
src/core/ngx_times.c
src/core/ngx_times.h
src/event/modules/ngx_devpoll_module.c
src/event/modules/ngx_epoll_module.c
src/event/modules/ngx_eventport_module.c
src/event/modules/ngx_kqueue_module.c
src/event/modules/ngx_poll_module.c
src/event/modules/ngx_rtsig_module.c
src/event/modules/ngx_select_module.c
src/event/modules/ngx_win32_select_module.c
src/event/ngx_event.c
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_header_filter_module.c
src/misc/ngx_google_perftools_module.c
src/os/unix/ngx_errno.h
src/os/unix/ngx_process.c
src/os/unix/ngx_process_cycle.c
src/os/unix/ngx_sunpro_amd64.il