*) Removed pointless ap_is_aborted macro function. [Roy Fielding] *) Add ap_sendfile implementation for AIX [Victor J. Orlikowski] *) Repair C++ compatibility in ap_config.h, apr_file_io.h, apr_network_io.h, and apr_thread_proc.h. [Tyler J. Brooks , Jeff Trawick] *) Bring the allocation and pool debugging code back into a working state. This will need to be tested as so far it's only been used on BeOS. [David Reid] *) Change configuration command setup to be properly typesafe when in maintainer mode. Note that this requires a compiler that can initialise unions. [Ben Laurie] *) Turn on buffering for config file reads. Part of this was to repair buffered I/O support in Unix and implement buffered ap_fgets() for all platforms. [Brian Havard, Jeff Trawick] *) Win32: Fix problem where UTC offset was not being set correctly in the access log. Problem reported on news group by Jerry Baker. [Bill Stoddard] *) Fix segfault when reporting this type of syntax error: " without matching section", where container is VirtualHost or Directory or whatever. [Jeff Trawick] *) Prevent the source code for CGIs from being revealed when using mod_vhost_alias and the CGI directory is under the document root and a user makes a request like http://www.example.com//cgi-bin/cgi as reported in [][][][]960999105.344321>