comparison auto/sources @ 378:820f6378fc00 NGINX_0_7_1

nginx 0.7.1 *) Change: now locations are searched in a tree. *) Change: the "optimize_server_names" directive was canceled due to the "server_name_in_redirect" directive introduction. *) Change: some long deprecated directives are not supported anymore. *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 May 2008 00:00:00 +0400
parents 9a242235a80a
children 0b6053502c55
comparison
equal deleted inserted replaced
377:5d98007adb5f 378:820f6378fc00
42 src/core/ngx_palloc.c \ 42 src/core/ngx_palloc.c \
43 src/core/ngx_array.c \ 43 src/core/ngx_array.c \
44 src/core/ngx_list.c \ 44 src/core/ngx_list.c \
45 src/core/ngx_hash.c \ 45 src/core/ngx_hash.c \
46 src/core/ngx_buf.c \ 46 src/core/ngx_buf.c \
47 src/core/ngx_queue.c \
47 src/core/ngx_output_chain.c \ 48 src/core/ngx_output_chain.c \
48 src/core/ngx_string.c \ 49 src/core/ngx_string.c \
49 src/core/ngx_parse.c \ 50 src/core/ngx_parse.c \
50 src/core/ngx_inet.c \ 51 src/core/ngx_inet.c \
51 src/core/ngx_file.c \ 52 src/core/ngx_file.c \