comparison auto/sources @ 244:500a3242dff6 NGINX_0_4_7

nginx 0.4.7 *) Feature: the ngx_http_flv_module. *) Feature: the $request_body_file variable. *) Feature: the "charset" and "source_charset" directives support the variables. *) Bugfix: if an "include" SSI command were before another "include" SSI command with an "wait" parameter, then the "wait" parameter might not work. *) Bugfix: if the "proxy_buffering off" directive was used or while working with memcached the connections might not be closed on timeout. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Oct 2006 00:00:00 +0400
parents c982febb7588
children fbf2b2f66c9f
comparison
equal deleted inserted replaced
243:d371c9d33781 244:500a3242dff6
391 391
392 HTTP_BROWSER_MODULE=ngx_http_browser_module 392 HTTP_BROWSER_MODULE=ngx_http_browser_module
393 HTTP_BROWSER_SRCS=src/http/modules/ngx_http_browser_module.c 393 HTTP_BROWSER_SRCS=src/http/modules/ngx_http_browser_module.c
394 394
395 395
396 HTTP_FLV_MODULE=ngx_http_flv_module
397 HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c
398
399
396 IMAP_INCS="src/imap" 400 IMAP_INCS="src/imap"
397 401
398 IMAP_DEPS="src/imap/ngx_imap.h" 402 IMAP_DEPS="src/imap/ngx_imap.h"
399 403
400 IMAP_MODULES="ngx_imap_module ngx_imap_core_module" 404 IMAP_MODULES="ngx_imap_module ngx_imap_core_module"